Skip to content

Commit

Permalink
feat(locale): Update locale
Browse files Browse the repository at this point in the history
  • Loading branch information
skarab42 committed Jan 22, 2021
1 parent 4686d5a commit dcc2e29
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
4 changes: 3 additions & 1 deletion app/static/locales/en/app.json
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,9 @@
"filename": "filename",
"donate": "donate",
"recording": "Rec.:",
"live": "Live:"
"live": "Live:",
"variables": "variables",
"message": "message"
},
"obs": {
"scene-list": "OBS | Scene list",
Expand Down
4 changes: 3 additions & 1 deletion app/static/locales/es/app.json
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,9 @@
"filename": "nombre del archivo",
"donate": "donar",
"recording": "Rec.:",
"live": "Live:"
"live": "Live:",
"variables": "variables",
"message": "message"
},
"obs": {
"scene-list": "OBS | Lista de escenas",
Expand Down
4 changes: 3 additions & 1 deletion app/static/locales/fr/app.json
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,9 @@
"filename": "nom du fichier",
"donate": "dons",
"recording": "Rec. :",
"live": "Live :"
"live": "Live :",
"variables": "variables",
"message": "message"
},
"obs": {
"scene-list": "OBS | Liste des scènes",
Expand Down

0 comments on commit dcc2e29

Please sign in to comment.