mirror of
https://github.com/silverstripe/silverstripe-subsites
synced 2024-10-22 11:05:55 +02:00
Updated language packs to fixed version
This commit is contained in:
parent
f11efe1362
commit
9d683f7651
@ -2,11 +2,11 @@
|
||||
|
||||
/**
|
||||
* Norwegian Bokmal (Norway) language pack
|
||||
* @package modules: subsites
|
||||
* @package subsites
|
||||
* @subpackage i18n
|
||||
*/
|
||||
|
||||
i18n::include_locale_file('modules: subsites', 'en_US');
|
||||
i18n::include_locale_file('subsites', 'en_US');
|
||||
|
||||
global $lang;
|
||||
|
||||
|
@ -2,11 +2,11 @@
|
||||
|
||||
/**
|
||||
* Turkish (Turkey) language pack
|
||||
* @package modules: subsites
|
||||
* @package subsites
|
||||
* @subpackage i18n
|
||||
*/
|
||||
|
||||
i18n::include_locale_file('modules: subsites', 'en_US');
|
||||
i18n::include_locale_file('subsites', 'en_US');
|
||||
|
||||
global $lang;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user