in da beginning
This commit is contained in:
64
resources/lang/lang.json
Normal file
64
resources/lang/lang.json
Normal file
@@ -0,0 +1,64 @@
|
||||
{
|
||||
"eng":{
|
||||
"lang-info":{
|
||||
"numbers":{
|
||||
"numberbase":10,
|
||||
"digits": {
|
||||
"0": "0",
|
||||
"1": "1",
|
||||
"2": "2",
|
||||
"3": "3",
|
||||
"4": "4",
|
||||
"5": "5",
|
||||
"6": "6",
|
||||
"7": "7",
|
||||
"8": "8",
|
||||
"9": "9"
|
||||
},
|
||||
"frac": ".",
|
||||
"neg-pref": "-",
|
||||
"neg-sufx": ""
|
||||
}
|
||||
},
|
||||
|
||||
"index":"Home",
|
||||
"conlangs":"Conlanging",
|
||||
"coding":"Coding",
|
||||
"poetry-stories":"Poetry & Stories",
|
||||
"about":"About Tavyza",
|
||||
"dx1":"Hello. This website is under construction. Feel free to give suggestions in <a href=\"//git.tavyza.org/Theros/tavyza-website\">the git repository</a>. Please expect issues with formatting, translation errors, the like.",
|
||||
"dx2":"This website was proudly built without AI assistance.",
|
||||
"tp1":"This is a template page."
|
||||
|
||||
},
|
||||
"isl":{
|
||||
"lang-info":{
|
||||
"numbers":{
|
||||
"numberbase":10,
|
||||
"digits": {
|
||||
"0": "0",
|
||||
"1": "1",
|
||||
"2": "2",
|
||||
"3": "3",
|
||||
"4": "4",
|
||||
"5": "5",
|
||||
"6": "6",
|
||||
"7": "7",
|
||||
"8": "8",
|
||||
"9": "9"
|
||||
},
|
||||
"frac": ".",
|
||||
"neg-pref": "-",
|
||||
"neg-sufx": ""
|
||||
}
|
||||
},
|
||||
|
||||
"index":"Heim",
|
||||
"conlangs":"Conlanging",
|
||||
"coding":"Coding",
|
||||
"poetry-stories":"Poetry & Stories",
|
||||
"about":"About Tavyza",
|
||||
"dx1":"Halló. This website is under construction. Feel free to give suggestions in <a href=\"//git.tavyza.org/Theros/tavyza-website\">the git repository</a>. Please expect issues with formatting, translation errors, the like.",
|
||||
"dx2":"This website was proudly built without AI assistance."
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user