mirror of
https://github.com/YunoHost-Apps/agendav_ynh.git
synced 2024-09-03 20:36:12 +02:00
20 lines
193 B
Bash
20 lines
193 B
Bash
#!/bin/bash
|
|
#
|
|
# Common variables
|
|
#
|
|
|
|
# Associative array of languages
|
|
declare -A LANGUAGES=(
|
|
[nl]=nl_NL
|
|
[en]=en
|
|
[fr]=fr_FR
|
|
[de]=de_DE
|
|
[it]=it_IT
|
|
[es]=es_ES
|
|
)
|
|
|
|
#
|
|
# Common helpers
|
|
#
|
|
|
|
|