translation(hy): renamed am.po -> hy.po for armenian lang translations

According to ISO-639, the correct 2 letter language code is HY not AM,
so let's rename am.po.

Also, add hy.po to the CHECKFILES Make target and convert the file to
Unix lineformat.

closes: #17380

Signed-off-by: Gagik Hakobyan <hakgagik@yahoo.com>
Signed-off-by: Christian Brabandt <cb@256bit.org>
This commit is contained in:
Gagik Hakobyan
2025-05-26 21:11:51 +02:00
committed by Christian Brabandt
parent a6172f8c5c
commit e99987d3c0
3 changed files with 11092 additions and 11091 deletions

2
.github/MAINTAINERS vendored
View File

@ -681,7 +681,6 @@ runtime/tutor/tutor.ru.cp1251 @RestorerZ
runtime/tutor/tutor.ru.utf-8 @RestorerZ runtime/tutor/tutor.ru.utf-8 @RestorerZ
src/iscygpty.* @k-takata src/iscygpty.* @k-takata
src/libvterm/ @leonerd src/libvterm/ @leonerd
src/po/am.po @gagikh
src/po/ca.po @nfdisco src/po/ca.po @nfdisco
src/po/de.po @chrisbra src/po/de.po @chrisbra
src/po/eo.po @dpelle src/po/eo.po @dpelle
@ -689,6 +688,7 @@ src/po/es.po @victorhck
src/po/fi.po @flammie src/po/fi.po @flammie
src/po/fr.po @dpelle src/po/fr.po @dpelle
src/po/ga.po @kscanne src/po/ga.po @kscanne
src/po/hy.po @gagikh
src/po/it.po @azc100 src/po/it.po @azc100
src/po/ja.po @k-takata src/po/ja.po @k-takata
src/po/ru.po @RestorerZ src/po/ru.po @RestorerZ

View File

@ -4,7 +4,6 @@
LANGUAGES = \ LANGUAGES = \
af \ af \
am \
ca \ ca \
cs \ cs \
cs.cp1250 \ cs.cp1250 \
@ -17,6 +16,7 @@ LANGUAGES = \
fr \ fr \
ga \ ga \
hu \ hu \
hy \
it \ it \
ja \ ja \
ja.euc-jp \ ja.euc-jp \
@ -50,7 +50,6 @@ LANGUAGES = \
POFILES = \ POFILES = \
af.po \ af.po \
am.po \
ca.po \ ca.po \
cs.po \ cs.po \
cs.cp1250.po \ cs.cp1250.po \
@ -63,6 +62,7 @@ POFILES = \
fr.po \ fr.po \
ga.po \ ga.po \
hu.po \ hu.po \
hy.po \
it.po \ it.po \
ja.po \ ja.po \
ja.euc-jp.po \ ja.euc-jp.po \
@ -96,7 +96,6 @@ POFILES = \
MOFILES = \ MOFILES = \
af.mo \ af.mo \
am.mo \
ca.mo \ ca.mo \
cs.mo \ cs.mo \
da.mo \ da.mo \
@ -108,6 +107,7 @@ MOFILES = \
fr.mo \ fr.mo \
ga.mo \ ga.mo \
hu.mo \ hu.mo \
hy.mo \
it.mo \ it.mo \
ja.mo \ ja.mo \
ko.UTF-8.mo \ ko.UTF-8.mo \
@ -157,6 +157,7 @@ CHECKFILES = \
fr.ck \ fr.ck \
ga.ck \ ga.ck \
hu.ck \ hu.ck \
hy.ck \
it.ck \ it.ck \
ja.ck \ ja.ck \
ja.euc-jp.ck \ ja.euc-jp.ck \

File diff suppressed because it is too large Load Diff