File: langname.es

package info (click to toggle)
wims 1%3A4.15d~dfsg1-3
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 142,064 kB
  • sloc: xml: 367,528; java: 119,440; ansic: 62,236; sh: 6,957; perl: 3,784; yacc: 3,138; lex: 1,791; cpp: 1,604; makefile: 1,283; lisp: 914; php: 366; pascal: 223; python: 191; asm: 51; sql: 10
file content (20 lines) | stat: -rw-r--r-- 293 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20

l_en=English
l_fr=French
l_es=Spanish
l_it=Italian
l_cn=Simplified Chinese
l_tw=Traditional Chinese (big5)
l_de=German
l_nl=Dutch
l_si=Slovenian
l_ca=Catalan
l_pt=Portugais

langname=
!for l in $langlist
 !if $(l_$l)!=$empty
  l=$(l_$l)
 !endif
 langname=!append item $l to $langname
!next l