Code & Deploy
Code
Models
Repos
Sign in
@matheusbsbs
/
matheus-bagliano
matheus-bagliano
/
gitk-git
/
po
/
meson.build
Code
Commits
Pulls
CI/CD
81,295
bisect
bisect
jch
maint
master
next
seen
test
todo
build
20 lines
229 Bytes
Copy permalink
Copy
Raw
1
import
(
'i18n'
).
gettext
(
'gitk'
,
2
languages
:
[
3
'bg'
,
4
'ca'
,
5
'de'
,
6
'es'
,
7
'fr'
,
8
'hu'
,
9
'it'
,
10
'ja'
,
11
'pt_br'
,
12
'pt_pt'
,
13
'ru'
,
14
'sv'
,
15
'ta'
,
16
'vi'
,
17
'zh_cn'
,
18
],
19
install
:
true
,
20
)