diff options
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/update_translations.php | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/scripts/update_translations.php b/scripts/update_translations.php index 0af0810ac..e199005e3 100644 --- a/scripts/update_translations.php +++ b/scripts/update_translations.php @@ -21,6 +21,12 @@ $languages = array( 'tr_TR' => 'http://laconi.ca/translate/download.php?file_id=37', 'uk_UA' => 'http://laconi.ca/translate/download.php?file_id=44', 'he_IL' => 'http://laconi.ca/translate/download.php?file_id=71', + 'mk_MK' => 'http://laconi.ca/translate/download.php?file_id=67', + 'ja_JP' => 'http://laconi.ca/translate/download.php?file_id=43', + 'cs_CZ' => 'http://laconi.ca/translate/download.php?file_id=63', + 'ca_ES' => 'http://laconi.ca/translate/download.php?file_id=49', + 'pl_PL' => 'http://laconi.ca/translate/download.php?file_id=51', + 'sv_SE' => 'http://laconi.ca/translate/download.php?file_id=55' ); /* Update the languages */ |