Get started on adding a language selector.
This commit is contained in:
parent
a9fea9e661
commit
65d2961cb0
|
@ -1,4 +1,7 @@
|
||||||
module.exports = {
|
module.exports = {
|
||||||
|
// The localised name for the language
|
||||||
|
"language_name": "Deutsche",
|
||||||
|
|
||||||
// These are the buttons on the top bar.
|
// These are the buttons on the top bar.
|
||||||
"home_btn": "Startseite",
|
"home_btn": "Startseite",
|
||||||
"back_btn": "Zurück",
|
"back_btn": "Zurück",
|
||||||
|
|
|
@ -1,4 +1,7 @@
|
||||||
module.exports = {
|
module.exports = {
|
||||||
|
// The localised name for the language
|
||||||
|
"language_name": "English",
|
||||||
|
|
||||||
// These are the buttons on the top bar.
|
// These are the buttons on the top bar.
|
||||||
"home_btn": "Home",
|
"home_btn": "Home",
|
||||||
"back_btn": "Back",
|
"back_btn": "Back",
|
||||||
|
|
|
@ -1,4 +1,7 @@
|
||||||
module.exports = {
|
module.exports = {
|
||||||
|
// The localised name for the language
|
||||||
|
"language_name": "Nederlands",
|
||||||
|
|
||||||
// These are the buttons on the top bar.
|
// These are the buttons on the top bar.
|
||||||
"home_btn": "Homepagina",
|
"home_btn": "Homepagina",
|
||||||
"back_btn": "Terug",
|
"back_btn": "Terug",
|
||||||
|
|
|
@ -1,4 +1,7 @@
|
||||||
module.exports = {
|
module.exports = {
|
||||||
|
// The localised name for the language
|
||||||
|
"language_name": "русский",
|
||||||
|
|
||||||
// These are the buttons on the top bar.
|
// These are the buttons on the top bar.
|
||||||
"home_btn": "Главная страница",
|
"home_btn": "Главная страница",
|
||||||
"back_btn": "Назад",
|
"back_btn": "Назад",
|
||||||
|
|
Loading…
Reference in a new issue