This is an automated email from the ASF dual-hosted git repository. marcus pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/openoffice-org.git
The following commit(s) were added to refs/heads/main by this push: new 25a4817458 Put the languages back to the list incl. comment for the reason 25a4817458 is described below commit 25a48174589362b90fb3bedb06cf3ca21782fffe Author: Marcus <mar...@apache.org> AuthorDate: Thu Dec 28 16:04:56 2023 +0100 Put the languages back to the list incl. comment for the reason --- assets/download/languages.js | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/assets/download/languages.js b/assets/download/languages.js index 58244714bf..08ab206afa 100644 --- a/assets/download/languages.js +++ b/assets/download/languages.js @@ -27,9 +27,7 @@ DL.language_matrix = { "en": [ 'en-EN', 'English', 'English' ], "gb": [ 'en-GB', 'English (British)', 'English (British)' ], "us": [ 'en-US', 'English (US)', 'English (US)' ] }, -/* "eo": { "-" : [ 'eo', 'Esperanto', 'Esperanto' ] }, */ "es": { "-" : [ 'es', 'Spanish', 'Español' ] }, -/* "et": { "-" : [ 'et', 'Estonian', 'Eesti keel' ] }, */ "eu": { "-" : [ 'eu', 'Basque', 'Euskara' ] }, "fi": { "-" : [ 'fi', 'Finnish', 'Suomi' ] }, "fr": { "-" : [ 'fr', 'French', 'Français' ] }, @@ -38,7 +36,6 @@ DL.language_matrix = { "he": { "-" : [ 'he', 'Hebrew', 'עברית' ] }, "hi": { "-" : [ 'hi', 'Hindi', 'हिन्दी' ] }, "hu": { "-" : [ 'hu', 'Hungarian', 'Magyar' ] }, -/* "hy": { "-" : [ 'hy', 'Armenian', 'Հայերեն' ] }, */ "it": { "-" : [ 'it', 'Italian', 'Italiano' ] }, "ja": { "-" : [ 'ja', 'Japanese', '日本語' ] }, "km": { "-" : [ 'km', 'Khmer', 'ភាសាខ្មែរ' ] }, @@ -46,12 +43,10 @@ DL.language_matrix = { "lt": { "-" : [ 'lt', 'Lithuanian', 'Lietuvių' ] }, "nb": { "-" : [ 'nb', 'Norwegian (Bokmal)', 'Norsk (Bokmål)' ] }, "nl": { "-" : [ 'nl', 'Dutch', 'Nederlands' ] }, -/* "om": { "-" : [ 'om', 'Oromo', 'ኦሮሚኛ' ] }, */ "pl": { "-" : [ 'pl', 'Polish', 'Polski' ] }, "pt": { "-" : [ 'pt', 'Portuguese (European)', 'Português (Europeu)' ], "br": [ 'pt-BR', 'Portuguese (Brazilian)', 'Português (do Brasil)' ], "pt": [ 'pt', 'Portuguese (European)', 'Português (Europeu)' ] }, -/* "ro": { "-" : [ 'ro', 'Romanian', 'Română' ] }, */ "ru": { "-" : [ 'ru', 'Russian', 'Русский' ] }, "sk": { "-" : [ 'sk', 'Slovak', 'Slovenský jazyk (slovenčina)' ] }, "sr": { "-" : [ 'sr', 'Serbian (Cyrillic)', 'Cрпски (ћирилицом)' ] }, @@ -60,12 +55,20 @@ DL.language_matrix = { "ta": { "-" : [ 'ta', 'Tamil', 'தமிழ்' ] }, "th": { "-" : [ 'th', 'Thai', 'ภาษาไทย' ] }, "tr": { "-" : [ 'tr', 'Turkish', 'Türkçe' ] }, -/* "uk": { "-" : [ 'uk', 'Ukrainian', 'Yкраїнська' ] }, */ "vi": { "-" : [ 'vi', 'Vietnamese', 'Tiếng Việt' ] }, "zh": { "-" : [ 'zh', 'Chinese', 'Chinese' ], "cn": [ 'zh-CN', 'Chinese (simplified)', '简体中文' ], "tw": [ 'zh-TW', 'Chinese (traditional)', '正體中文' ] }, +// The following languages are not useful for 4.1.x releases but needed for the soft redirect on the main homepage (see msg_prop_l10n.js for details). +"eo": { "-" : [ 'eo', 'Esperanto', 'Esperanto' ] }, +"et": { "-" : [ 'et', 'Estonian', 'Eesti keel' ] }, +"hy": { "-" : [ 'hy', 'Armenian', 'Հայերեն' ] }, +"om": { "-" : [ 'om', 'Oromo', 'ኦሮሚኛ' ] }, +"ro": { "-" : [ 'ro', 'Romanian', 'Română' ] }, +"uk": { "-" : [ 'uk', 'Ukrainian', 'Yкраїнська' ] }, + + // All listed languages below *are not supported* and *not* available as full installation and language pack. "ar": { "-" : [ 'ar', 'Arabic', 'عربي' ] }, "as": { "-" : [ 'as', 'Assamese', 'অসমীয়া' ] },