diff options
author | filip <filip.komar@gmail.com> | 2023-06-02 16:02:26 +0200 |
---|---|---|
committer | filip <filip.komar@gmail.com> | 2023-06-02 16:02:26 +0200 |
commit | 81702f283e1d863482b5d966b743cf736f76e127 (patch) | |
tree | 5b12cf3a9b07b56b7db8783623e22373a6bac729 /en/downloads | |
parent | 4282a7c54ad04de4be2db6612f86d888167ef9f1 (diff) | |
download | www-81702f283e1d863482b5d966b743cf736f76e127.tar www-81702f283e1d863482b5d966b743cf736f76e127.tar.gz www-81702f283e1d863482b5d966b743cf736f76e127.tar.bz2 www-81702f283e1d863482b5d966b743cf736f76e127.tar.xz www-81702f283e1d863482b5d966b743cf736f76e127.zip |
added new city + refresh of translation catalog
Diffstat (limited to 'en/downloads')
-rw-r--r-- | en/downloads/get/lib.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/en/downloads/get/lib.php b/en/downloads/get/lib.php index 30843335c..9d6449502 100644 --- a/en/downloads/get/lib.php +++ b/en/downloads/get/lib.php @@ -86,6 +86,7 @@ $cities_i18n = array ( 'Nanjing' => _r("Nanjing"), 'New York' => _r("New York"), 'New York City' => _r("New York City"), + 'Ons-en-Bray' => _r("Ons-en-Bray"), 'Paris' => _r("Paris"), 'Prague' => _r("Prague"), // 'Praha', // .cz 'Princeton' => _r("Princeton"), |