diff options
-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"; |