mirror of
https://github.com/Shadowss/TravianZ.git
synced 2026-08-23 11:37:14 +00:00
Centralize language loading with English fallback (#361)
This commit is contained in:
Vendored
+6
@@ -0,0 +1,6 @@
|
||||
<?php
|
||||
|
||||
tz_def('LANGUAGE_LOADER_FIXTURE_LOCALIZED', 'Localized value');
|
||||
|
||||
$lang['nested']['localized_only'] = 'Localized value';
|
||||
$lang['nested']['shared'] = 'Localized shared';
|
||||
Reference in New Issue
Block a user