From 0bd028292d9f9c352a28a4e64e9f9e35f28e0cf5 Mon Sep 17 00:00:00 2001 From: Petr Skoda Date: Wed, 14 Apr 2010 12:17:23 +0000 Subject: [PATCH] MDL-22085 adding iso-639-2 reference string to en lang pack - this way we may look up the corresponding code for each our translation, this may be very useful in exports/imports --- lang/en/langconfig.php | 1 + 1 file changed, 1 insertion(+) diff --git a/lang/en/langconfig.php b/lang/en/langconfig.php index 6af73c59b00..691fe72d57b 100644 --- a/lang/en/langconfig.php +++ b/lang/en/langconfig.php @@ -27,6 +27,7 @@ $string['alphabet'] = 'A,B,C,D,E,F,G,H,I,J,K,L,M,N,O,P,Q,R,S,T,U,V,W,X,Y,Z'; $string['backupnameformat'] = '%Y%m%d-%H%M'; $string['decsep'] = '.'; $string['firstdayofweek'] = '0'; +$string['iso6392'] = 'eng'; $string['listsep'] = ','; $string['locale'] = 'en_AU.UTF-8'; $string['localewin'] = 'English_Australia.1252'; -- 2.43.0