Skip to content

Commit 056dbe8

Browse files
ramsay-jonesgitster
authored andcommitted
po/meson.build: add missing 'ga' language code
Commit bf5ce43 ("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 <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 586919c commit 056dbe8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

po/meson.build

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ translations = i18n.gettext('git',
88
'el',
99
'es',
1010
'fr',
11+
'ga',
1112
'id',
1213
'is',
1314
'it',

0 commit comments

Comments
 (0)