repo.or.cz
/
cygwin-setup.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Added translation using Weblate (Japanese)
[cygwin-setup.git]
/
langopts
blob
d4964b3cfe7296425f42f085ffcc803b9ccc2eb0
1
#!
2
3
case $1 in
4
fr) # 040c
5
lang="LANG_FRENCH"
6
sublang="SUBLANG_FRENCH"
7
;;
8
tr) # 041f
9
lang="LANG_TURKISH"
10
sublang="SUBLANG_DEFAULT"
11
;;
12
zh_Hans) # 0804
13
lang="LANG_CHINESE"
14
sublang="SUBLANG_CHINESE_SIMPLIFIED"
15
;;
16
*)
17
echo "Don't know how to map locale '$1' to LANG/SUBLANG" 1>&2
18
exit 1
19
esac
20
21
echo "--lang=$lang --sublang=$sublang"