view po/LINGUAS @ 2901:ce889887354f

Avoid non-portable == for the test command The test command doesn't accept `==` as operator. It should be a single `=` for portable use. The `==` is a gnu extension. Note that the x-trick hasn't been needed for a long, long time. You can reliably write it with quotes: ``` if test "$gtk3" = yes; then ``` but I left that alone since it doesn't hurt other than being ugly.
author Rhialto The M <Rhialto@users.noreply.github.com>
date Sat, 06 Oct 2018 18:26:43 +0200
parents 7ff610000acc
children
line wrap: on
line source

ar
be
bg
ca
cs
da
de
el
en_GB
eo
es
et
eu
fi
fr
hu
id
it
ja
ko
nb
nl
pl
pt_BR
ro
ru
sk
sl
sr@latin
sr
sv
th
tlh
tr
uk
vi
zh_CN
zh_TW