mirror of
https://github.com/TeamPiped/Piped.git
synced 2025-11-01 21:22:01 +00:00
Add i18n translations. (#381)
* Initial prototype. * Add support for i18n in more places.
This commit is contained in:
16
src/locales/en.json
Normal file
16
src/locales/en.json
Normal file
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"titles": {
|
||||
"trending": "Trending",
|
||||
"login": "Login",
|
||||
"register": "Register",
|
||||
"feed": "Feed",
|
||||
"preferences": "Preferences"
|
||||
},
|
||||
"player": {
|
||||
"watch_on": "Watch on"
|
||||
},
|
||||
"actions": {
|
||||
"subscribe": "Subscribe",
|
||||
"unsubscribe": "Unsubscribe"
|
||||
}
|
||||
}
|
||||
9
src/locales/fr.json
Normal file
9
src/locales/fr.json
Normal file
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"titles": {
|
||||
"trending": "Tendances",
|
||||
"login": "Connexion",
|
||||
"register": "S'inscrire",
|
||||
"feed": "Abonnements",
|
||||
"preferences": "Préférences"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user