Skip to content

Commit

Permalink
Add a link to more language packs to the language settings UI.
Browse files Browse the repository at this point in the history
  • Loading branch information
knadh committed Dec 18, 2021
1 parent fabe06e commit c1c2b67
Show file tree
Hide file tree
Showing 16 changed files with 19 additions and 1 deletion.
5 changes: 4 additions & 1 deletion frontend/src/views/settings/general.vue
Original file line number Diff line number Diff line change
Expand Up @@ -63,12 +63,15 @@
</b-field>

<hr />
<b-field :label="$t('settings.general.language')" label-position="on-border">
<b-field :label="$t('settings.general.language')" label-position="on-border" :addons="false">
<b-select v-model="data['app.lang']" name="app.lang">
<option v-for="l in serverConfig.langs" :key="l.code" :value="l.code">
{{ l.name }}
</option>
</b-select>
<p class="mt-2">
<a href="https://listmonk.app/docs/i18n/#additional-language-packs" target="_blank">{{ $t('globals.buttons.more') }} &rarr;</a>
</p>
</b-field>
</div>
</template>
Expand Down
1 change: 1 addition & 0 deletions i18n/cs-cz.json
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,7 @@
"globals.buttons.edit": "Upravit",
"globals.buttons.enabled": "Povoleno",
"globals.buttons.learnMore": "Další informace",
"globals.buttons.more": "More",
"globals.buttons.new": "Nový",
"globals.buttons.ok": "Ok",
"globals.buttons.remove": "Odebrat",
Expand Down
1 change: 1 addition & 0 deletions i18n/de.json
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,7 @@
"globals.buttons.edit": "Bearbeiten",
"globals.buttons.enabled": "Aktiviert",
"globals.buttons.learnMore": "Erfahre mehr",
"globals.buttons.more": "More",
"globals.buttons.new": "Neu",
"globals.buttons.ok": "Ok",
"globals.buttons.remove": "Entfernen",
Expand Down
1 change: 1 addition & 0 deletions i18n/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,7 @@
"globals.buttons.edit": "Edit",
"globals.buttons.enabled": "Enabled",
"globals.buttons.learnMore": "Learn more",
"globals.buttons.more": "More",
"globals.buttons.new": "New",
"globals.buttons.ok": "Ok",
"globals.buttons.remove": "Remove",
Expand Down
1 change: 1 addition & 0 deletions i18n/es.json
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,7 @@
"globals.buttons.edit": "Editar",
"globals.buttons.enabled": "Habilitar",
"globals.buttons.learnMore": "Conocer más",
"globals.buttons.more": "More",
"globals.buttons.new": "Nuevo",
"globals.buttons.ok": "Aceptar",
"globals.buttons.remove": "Eliminar",
Expand Down
1 change: 1 addition & 0 deletions i18n/fr.json
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,7 @@
"globals.buttons.edit": "Éditer",
"globals.buttons.enabled": "Activé·e",
"globals.buttons.learnMore": "En savoir plus",
"globals.buttons.more": "More",
"globals.buttons.new": "Ajouter",
"globals.buttons.ok": "Valider",
"globals.buttons.remove": "Supprimer",
Expand Down
1 change: 1 addition & 0 deletions i18n/hu.json
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,7 @@
"globals.buttons.edit": "Szerkesztés",
"globals.buttons.enabled": "Egedélyezés",
"globals.buttons.learnMore": "Tudj meg többet",
"globals.buttons.more": "More",
"globals.buttons.new": "Új",
"globals.buttons.ok": "Ok",
"globals.buttons.remove": "Eltávolítás",
Expand Down
1 change: 1 addition & 0 deletions i18n/it.json
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,7 @@
"globals.buttons.edit": "Modifica",
"globals.buttons.enabled": "Attivata",
"globals.buttons.learnMore": "Per saperne di più",
"globals.buttons.more": "More",
"globals.buttons.new": "Nuovo",
"globals.buttons.ok": "Ok",
"globals.buttons.remove": "Cancellare",
Expand Down
1 change: 1 addition & 0 deletions i18n/ml.json
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,7 @@
"globals.buttons.edit": "തിരുത്തുക",
"globals.buttons.enabled": "പ്രവർത്തനക്ഷമാക്കി",
"globals.buttons.learnMore": "കൂടുതൽ അറിയുക",
"globals.buttons.more": "More",
"globals.buttons.new": "പുതിയത്",
"globals.buttons.ok": "ശരി",
"globals.buttons.remove": "നീക്കം ചെയ്യുക",
Expand Down
1 change: 1 addition & 0 deletions i18n/nl.json
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,7 @@
"globals.buttons.edit": "Bewerken",
"globals.buttons.enabled": "Ingeschakeld",
"globals.buttons.learnMore": "Meer leren",
"globals.buttons.more": "More",
"globals.buttons.new": "Nieuw",
"globals.buttons.ok": "Ok",
"globals.buttons.remove": "Verwijder",
Expand Down
1 change: 1 addition & 0 deletions i18n/pl.json
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,7 @@
"globals.buttons.edit": "Edytuj",
"globals.buttons.enabled": "Włączone",
"globals.buttons.learnMore": "Dowiedz się więcej",
"globals.buttons.more": "More",
"globals.buttons.new": "Nowa",
"globals.buttons.ok": "Ok",
"globals.buttons.remove": "Usuń",
Expand Down
1 change: 1 addition & 0 deletions i18n/pt-BR.json
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,7 @@
"globals.buttons.edit": "Editar",
"globals.buttons.enabled": "Habilitado",
"globals.buttons.learnMore": "Saiba mais",
"globals.buttons.more": "More",
"globals.buttons.new": "Novo",
"globals.buttons.ok": "Ok",
"globals.buttons.remove": "Excluir",
Expand Down
1 change: 1 addition & 0 deletions i18n/pt.json
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,7 @@
"globals.buttons.edit": "Editar",
"globals.buttons.enabled": "Ativo",
"globals.buttons.learnMore": "Saber mais",
"globals.buttons.more": "More",
"globals.buttons.new": "Novo",
"globals.buttons.ok": "Ok",
"globals.buttons.remove": "Remover",
Expand Down
1 change: 1 addition & 0 deletions i18n/ro.json
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,7 @@
"globals.buttons.edit": "Ieși",
"globals.buttons.enabled": "Activat",
"globals.buttons.learnMore": "Află mai multe",
"globals.buttons.more": "More",
"globals.buttons.new": "Nou",
"globals.buttons.ok": "Ok",
"globals.buttons.remove": "Elimină",
Expand Down
1 change: 1 addition & 0 deletions i18n/ru.json
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,7 @@
"globals.buttons.edit": "Изменить",
"globals.buttons.enabled": "Включено",
"globals.buttons.learnMore": "Подпробней",
"globals.buttons.more": "More",
"globals.buttons.new": "Новое",
"globals.buttons.ok": "Ok",
"globals.buttons.remove": "Удалить",
Expand Down
1 change: 1 addition & 0 deletions i18n/tr.json
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,7 @@
"globals.buttons.edit": "Değiştir",
"globals.buttons.enabled": "Etkinleştirildi",
"globals.buttons.learnMore": "Daha fazla öğren",
"globals.buttons.more": "More",
"globals.buttons.new": "Yeni",
"globals.buttons.ok": "Ok",
"globals.buttons.remove": "Çıkart",
Expand Down

0 comments on commit c1c2b67

Please sign in to comment.