aboutsummaryrefslogtreecommitdiffstats
path: root/gitk-git/po/meson.build
blob: b1ed0198285815c48264b2da677aaf99c51c28bf (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
import('i18n').gettext('gitk',
  languages: [
    'bg',
    'ca',
    'de',
    'es',
    'fr',
    'hu',
    'it',
    'ja',
    'pt_br',
    'pt_pt',
    'ru',
    'sv',
    'vi',
    'zh_cn',
  ],
  install: true,
)