You've already forked AstralRinth
forked from didirus/AstralRinth
Add internationalization support (#738)
This commit is contained in:
17
locales/en-US/index.json
Normal file
17
locales/en-US/index.json
Normal file
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"frog": {
|
||||
"message": "You've been frogged! 🐸"
|
||||
},
|
||||
"frog.altText": {
|
||||
"message": "A photorealistic painting of a frog labyrinth"
|
||||
},
|
||||
"frog.froggedPeople": {
|
||||
"message": "{count, plural, one {{count} more person} other {{count} more people}} were also frogged!"
|
||||
},
|
||||
"frog.sinceOpened": {
|
||||
"message": "This page was opened {ago}"
|
||||
},
|
||||
"frog.title": {
|
||||
"message": "Frog"
|
||||
}
|
||||
}
|
||||
3
locales/en-US/languages.json
Normal file
3
locales/en-US/languages.json
Normal file
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"en-US": "American English"
|
||||
}
|
||||
6
locales/en-US/meta.json
Normal file
6
locales/en-US/meta.json
Normal file
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"displayName": {
|
||||
"description": "The name of the language in dialect form (e.g. Français canadien for French spoken in Canada, not French (Canada))",
|
||||
"message": "American English"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user