Skip to content

Commit

Permalink
MDL-22575 Preparing langconfig.php in the English pack
Browse files Browse the repository at this point in the history
As all strings must be defined in the English language pack, we must add
thislanguageint into English langconfig.php, too. Also added empty
parentlang, even it is not used, for the same reason.

Backported from HEAD.
  • Loading branch information
mudrd8mz committed May 25, 2010
1 parent 3496332 commit 83270e8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lang/en_utf8/langconfig.php
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
$string['localewin'] = 'English_Australia.1252'; $string['localewin'] = 'English_Australia.1252';
$string['localewincharset'] = ''; $string['localewincharset'] = '';
$string['oldcharset'] = 'ISO-8859-1'; $string['oldcharset'] = 'ISO-8859-1';
$string['parentlanguage'] = '';
$string['strftimedate'] = '%%d %%B %%Y'; $string['strftimedate'] = '%%d %%B %%Y';
$string['strftimedateshort'] = '%%d %%B'; $string['strftimedateshort'] = '%%d %%B';
$string['strftimedatetime'] = '%%d %%B %%Y, %%I:%%M %%p'; $string['strftimedatetime'] = '%%d %%B %%Y, %%I:%%M %%p';
Expand All @@ -26,6 +27,7 @@
$string['thischarset'] = 'UTF-8'; $string['thischarset'] = 'UTF-8';
$string['thisdirection'] = 'ltr'; $string['thisdirection'] = 'ltr';
$string['thislanguage'] = 'English'; $string['thislanguage'] = 'English';
$string['thislanguageint'] = 'English';
$string['thousandssep'] = ','; // thousands separator, for some languages it is '.' or ' ' $string['thousandssep'] = ','; // thousands separator, for some languages it is '.' or ' '


?> ?>

0 comments on commit 83270e8

Please sign in to comment.