diff options
author | Matthias Bethke <matthias@towiski.de> | 2022-10-29 17:04:56 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-10-29 13:34:56 +0200 |
commit | 7926cb1bc7f502c10dc3a6ef3ca97ffc5a0b3a6a (patch) | |
tree | 8cc4851e3176cc89ac71db76d08c501afa37158b /app/helpers | |
parent | 55af04b253435ae771b69c8b7cfe3fc7e3b18033 (diff) |
fix name of Lao language (#19520)
It said ພາສາ or pha-sa, which means just "language" in Lao. "ພາສາລາວ", pha-sa lao, is the full name but the short "ລາວ" is commonly used.
Diffstat (limited to 'app/helpers')
-rw-r--r-- | app/helpers/languages_helper.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/helpers/languages_helper.rb b/app/helpers/languages_helper.rb index 4077e19bd..e5bae2c6b 100644 --- a/app/helpers/languages_helper.rb +++ b/app/helpers/languages_helper.rb @@ -97,7 +97,7 @@ module LanguagesHelper lg: ['Ganda', 'Luganda'].freeze, li: ['Limburgish', 'Limburgs'].freeze, ln: ['Lingala', 'Lingála'].freeze, - lo: ['Lao', 'ພາສາ'].freeze, + lo: ['Lao', 'ລາວ'].freeze, lt: ['Lithuanian', 'lietuvių kalba'].freeze, lu: ['Luba-Katanga', 'Tshiluba'].freeze, lv: ['Latvian', 'latviešu valoda'].freeze, |