diff options
author | ddtddt <ddtddt@piwigo.org> | 2013-10-16 19:11:33 +0000 |
---|---|---|
committer | ddtddt <ddtddt@piwigo.org> | 2013-10-16 19:11:33 +0000 |
commit | 9d8dce2ecebec9e1032f34dbae90806c9fc97afa (patch) | |
tree | b2f62c1c1c0a6fa2984a3afb5292bcb3bdae0cee /language | |
parent | 2d2fed885a1c4ea9fb974e307dcb1e99d89f5765 (diff) |
[trunk] - language - parent language en_GB -> en_UK
git-svn-id: http://piwigo.org/svn/trunk@24943 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'language')
-rw-r--r-- | language/en_GB/common.lang.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/language/en_GB/common.lang.php b/language/en_GB/common.lang.php index 6c1b13e6c..c6644875c 100644 --- a/language/en_GB/common.lang.php +++ b/language/en_GB/common.lang.php @@ -33,6 +33,7 @@ $lang_info['country'] = "Great Britain"; $lang_info['direction'] = "ltr"; $lang_info['code'] = "en"; $lang_info['zero_plural'] = true; +$lang_info['parent']= "en_UK"; $lang['%d photo is also linked to current tags'] = "%d photo is also linked to current keywords"; $lang['%d photos are also linked to current tags'] = "%d photos are also linked to current keywords"; |