mirror of
https://github.com/VueTubeApp/VueTube
synced 2024-11-25 12:45:17 +00:00
Adding French Translation
Added french to usable language in the language.js file Juste changed a line in french.js for ui tweaker entry to reflect its meant to customise the Ui .
This commit is contained in:
parent
8d5dccfdf8
commit
76284b0c87
2 changed files with 2 additions and 1 deletions
|
@ -1,6 +1,7 @@
|
|||
const packs = {
|
||||
bulgarian: require('./languages/bulgarian'),
|
||||
english: require('./languages/english'),
|
||||
french: require('./languages/french'),
|
||||
german: require('./languages/german'),
|
||||
italian: require('./languages/italian'),
|
||||
macedonian: require('./languages/macedonian'),
|
||||
|
|
|
@ -16,7 +16,7 @@ module.exports = {
|
|||
general: "Général",
|
||||
theme: "Thème",
|
||||
player: "Lecteur",
|
||||
uitweaker: "Interface",
|
||||
uitweaker: "Personnalisation d'Interface",
|
||||
startupoptions: "Options de démarrage",
|
||||
plugins: "Plugins",
|
||||
updates: "Mises à jour",
|
||||
|
|
Loading…
Reference in a new issue