mirror of
https://framagit.org/tykayn/mastodon.git
synced 2023-08-25 08:33:12 +02:00
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.
This commit is contained in:
parent
55af04b253
commit
7926cb1bc7
@ -97,7 +97,7 @@ module LanguagesHelper
|
|||||||
lg: ['Ganda', 'Luganda'].freeze,
|
lg: ['Ganda', 'Luganda'].freeze,
|
||||||
li: ['Limburgish', 'Limburgs'].freeze,
|
li: ['Limburgish', 'Limburgs'].freeze,
|
||||||
ln: ['Lingala', 'Lingála'].freeze,
|
ln: ['Lingala', 'Lingála'].freeze,
|
||||||
lo: ['Lao', 'ພາສາ'].freeze,
|
lo: ['Lao', 'ລາວ'].freeze,
|
||||||
lt: ['Lithuanian', 'lietuvių kalba'].freeze,
|
lt: ['Lithuanian', 'lietuvių kalba'].freeze,
|
||||||
lu: ['Luba-Katanga', 'Tshiluba'].freeze,
|
lu: ['Luba-Katanga', 'Tshiluba'].freeze,
|
||||||
lv: ['Latvian', 'latviešu valoda'].freeze,
|
lv: ['Latvian', 'latviešu valoda'].freeze,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user