Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/betaflight/betaflight-configurator.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Keller <github@ike.ch>2020-10-24 11:02:45 +0300
committerGitHub <noreply@github.com>2020-10-24 11:02:45 +0300
commit18a9d615bf7f0a2abd475e16ad7addbe2c427cbc (patch)
tree2a9b3c29d39bfa17bde547f977a3f1ef8c12a2e3 /package.json
parent456d2dd6a97a0ee8376ba390178bf4c4eaf312e3 (diff)
parentd7a6b7374f5e502f264564ee8c8ba7021f80d196 (diff)
Merge pull request #2251 from McGiverGim/locales_without_underscore
Remove underscore from _locales
Diffstat (limited to 'package.json')
-rw-r--r--package.json1
1 files changed, 0 insertions, 1 deletions
diff --git a/package.json b/package.json
index 6cd82e91..358bfd02 100644
--- a/package.json
+++ b/package.json
@@ -5,7 +5,6 @@
"version": "10.8.0",
"main": "main.html",
"chromium-args": "--disable-features=nw2",
- "default_locale": "en",
"scripts": {
"start": "run-script-os",
"start:default": "NODE_ENV=development NW_PRE_ARGS=--load-extension='./node_modules/nw-vue-devtools-prebuilt/extension' gulp debug",