-
Notifications
You must be signed in to change notification settings - Fork 254
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #7853 from jdarwood007/languageDirMove
[3.0] Languages Overhaul
- Loading branch information
Showing
75 changed files
with
1,197 additions
and
379 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1 change: 1 addition & 0 deletions
1
Themes/default/languages/Admin.english.php → Languages/en_US/Admin.php
100755 → 100644
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,5 @@ | ||
<?php | ||
|
||
// Version: 3.0 Alpha 1; Admin | ||
|
||
$txt['settings_saved'] = 'The settings were successfully saved'; | ||
|
1 change: 1 addition & 0 deletions
1
...s/default/languages/Agreement.english.php → Languages/en_US/Agreement.php
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,5 @@ | ||
<?php | ||
|
||
// Version: 3.0 Alpha 1; Agreement | ||
|
||
$txt['agreement'] = 'Registration Agreement'; | ||
|
1 change: 1 addition & 0 deletions
1
Themes/default/languages/Alerts.english.php → Languages/en_US/Alerts.php
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,5 @@ | ||
<?php | ||
|
||
// Version: 3.0 Alpha 1; Alerts | ||
|
||
// Load Alerts strings | ||
|
1 change: 1 addition & 0 deletions
1
Themes/default/languages/Drafts.english.php → Languages/en_US/Drafts.php
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,5 @@ | ||
<?php | ||
|
||
// Version: 3.0 Alpha 1; Drafts | ||
|
||
// profile | ||
|
1 change: 1 addition & 0 deletions
1
Themes/default/languages/Editor.english.php → Languages/en_US/Editor.php
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,5 @@ | ||
<?php | ||
|
||
// Version: 3.0 Alpha 1; Editor | ||
|
||
$editortxt['bold'] = 'Bold'; | ||
|
Oops, something went wrong.
3519459
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is
Lang::oldLanguageMap()
the same asLang::LANG_TO_LOCALE
?3519459
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes.