diff options
author | 0neGal <mail@0negal.com> | 2022-01-25 22:08:23 +0100 |
---|---|---|
committer | 0neGal <mail@0negal.com> | 2022-01-25 22:08:23 +0100 |
commit | 61f9bc80b33ff4a3d9397640db7ca82f7bb79861 (patch) | |
tree | 91c304dbee525376ce958f3e7611f7a07e7f4e91 | |
parent | 9c6ac295189acab7303952725755dfac87e18470 (diff) | |
download | Viper-61f9bc80b33ff4a3d9397640db7ca82f7bb79861.tar.gz Viper-61f9bc80b33ff4a3d9397640db7ca82f7bb79861.zip |
changed French localization, remove .vscode/
-rw-r--r-- | .vscode/launch.json | 17 | ||||
-rw-r--r-- | src/lang/fr.json | 2 |
2 files changed, 1 insertions, 18 deletions
diff --git a/.vscode/launch.json b/.vscode/launch.json deleted file mode 100644 index ef3f9b3..0000000 --- a/.vscode/launch.json +++ /dev/null @@ -1,17 +0,0 @@ -{ - "version": "0.2.0", - "configurations": [ - { - "name": "Debug Main Process", - "type": "node", - "request": "launch", - "cwd": "${workspaceFolder}", - "runtimeExecutable": "${workspaceFolder}/node_modules/.bin/electron", - "windows": { - "runtimeExecutable": "${workspaceFolder}/node_modules/.bin/electron.cmd" - }, - "args" : ["."], - "outputCapture": "std" - } - ] - }
\ No newline at end of file diff --git a/src/lang/fr.json b/src/lang/fr.json index 1ba7acf..2fbc89a 100644 --- a/src/lang/fr.json +++ b/src/lang/fr.json @@ -42,7 +42,7 @@ "gui.versions.northstar": "Version de Northstar", "gui.exit": "Fermer", "gui.update": "Mise à jour", - "gui.setpath": "Chemin du jeu", + "gui.setpath": "Mettre à jour le chemin du jeu", "gui.update.check": "Vérifier les mises à jour", "gui.mods": "Mods", |