]> git.ipfire.org Git - thirdparty/git.git/commit
po/meson.build: add missing 'ga' language code
authorRamsay Jones <ramsay@ramsayjones.plus.com>
Tue, 15 Jul 2025 23:32:39 +0000 (00:32 +0100)
committerJunio C Hamano <gitster@pobox.com>
Wed, 16 Jul 2025 14:34:33 +0000 (07:34 -0700)
commit056dbe861272bfe0bd1ce642820f7d38c5313ae4
tree32dfdb0d6d9a86b46136c5124ab072e8a5e837ec
parent586919c3b2b76f11d22e2ce571cb95b8e4bfbd2a
po/meson.build: add missing 'ga' language code

Commit bf5ce434db ("l10n: Add full Irish translation (ga.po)", 2025-05-16)
added a new translation to git. In a make build, new 'po' files (ga.po
in this case) are added to the build automatically using a wildcard
pattern. In a meson build you have to add the language code ('ga') to a
list explicitly to have it included in the build. In order to include the
new translation in the meson build, add the 'ga' language code to the
list of translations in the 'po/meson.build' file.

Signed-off-by: Ramsay Jones <ramsay@ramsayjones.plus.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
po/meson.build