258
edits
(→Merge) |
(→Merge) |
||
Line 59: | Line 59: | ||
function isCentralLocale () { | function isCentralLocale () { | ||
central_locales=( | central_locales=(eo es-ES fr it pl ru) | ||
for locale in ${central_locales[@]}; do | for locale in ${central_locales[@]}; do | ||
if [[ $locale == $1 ]]; then | if [[ $locale == $1 ]]; then |
edits