mirror of
https://github.com/TeamPiped/Piped.git
synced 2024-08-14 23:57:27 +00:00
Add i18n translations. (#381)
* Initial prototype. * Add support for i18n in more places.
This commit is contained in:
parent
45f132e2b4
commit
4ae77badd8
12 changed files with 169 additions and 22 deletions
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"
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue