1
0
Fork 0

Get started on adding a language selector.

This commit is contained in:
Kitteh 2021-04-19 11:23:28 +01:00
parent a9fea9e661
commit 65d2961cb0
4 changed files with 12 additions and 0 deletions

View file

@ -1,4 +1,7 @@
module.exports = {
// The localised name for the language
"language_name": "Deutsche",
// These are the buttons on the top bar.
"home_btn": "Startseite",
"back_btn": "Zurück",

View file

@ -1,4 +1,7 @@
module.exports = {
// The localised name for the language
"language_name": "English",
// These are the buttons on the top bar.
"home_btn": "Home",
"back_btn": "Back",

View file

@ -1,4 +1,7 @@
module.exports = {
// The localised name for the language
"language_name": "Nederlands",
// These are the buttons on the top bar.
"home_btn": "Homepagina",
"back_btn": "Terug",

View file

@ -1,4 +1,7 @@
module.exports = {
// The localised name for the language
"language_name": "русский",
// These are the buttons on the top bar.
"home_btn": "Главная страница",
"back_btn": "Назад",