aboutsummaryrefslogtreecommitdiffstats
path: root/app/_locales/sl
Commit message (Collapse)AuthorAgeFilesLines
* Lint `.json` files (#6852)Mark Stacey2019-07-151-2/+2
| | | | | | | | | | | | | | | | | | | | | | | We've been using the `eslint-plugin-json` plugin for some time, but we haven't been visiting `.json` files in the lint script. The lint script has now been updated to incude `.json` files, which means any invalid JSON will result in a lint error. Unfortunately this JSON plugin doesn't seem to apply the other eslint rules (such as `key-spacing`) to the JSON files. I wasn't able to find a way to get that to work. Instead I manually auto-formatted each of the locale `message.json` files, which fixed many whitespace inconsistencies. The `states.json` file was deleted completely, as it appears to be unused. It wasn't a valid JSON file anyway, it was JavaScript. It looks like a `states.js` file is automatically generated, but an old copy was accidentally saved as `states.json` and included in the repo. Many duplicate key errors were found and fixed in the `development/states/` JSON files. `package-lock.json` was added to `.eslintignore` because it was very slow to lint, and linting it doesn't provide much value.
* Remove shapeshift deposit form (#6746)Mark Stacey2019-06-251-4/+0
| | | Closes #6478
* Merge branch 'develop' of https://github.com/vimalsagar/metamask-extension ↵kumavis2019-03-291-0/+9
|\ | | | | | | into vimalsagar-develop
| * merging upstream branchVimal2018-11-121-258/+396
| |\
| * | Adding CoinSwitch exchangeVimal2018-10-221-0/+9
| | |
* | | Update Slovenian translationFilip Š2018-12-261-3/+180
| | |
* | | Increase Token Symbol length to twelveThomas Huang2018-11-231-2/+2
| | |
* | | Remove "Beta" from welcome messagesWhymarrh Whitby2018-11-211-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | More sed magic: sed -i.bak 's/MetaMask Beta/MetaMask/' app/_locales/**/messages.json && \ find app/_locales -name '*.bak' -delete sed -i.bak 's/"welcomeBeta"/"welcome"/' app/_locales/**/messages.json && \ find app/_locales -name '*.bak' -delete
* | | Slovenian and slovak fixes (#5730)Filip Š2018-11-131-329/+744
| |/ |/| | | | | | | | | * Fix Slovenian translation * Add Slovak translation
* | EIP-1102: Add option to force-enable providerbitpshr2018-11-061-769/+322
| |
* | EIP-1102: updated implementationbitpshr2018-11-061-0/+32
| |
* | Fix Slovenian translationFilip Š2018-10-271-1/+1
| |
* | Add Slovenian translation for EIP-1102Filip Š2018-10-271-0/+39
| |
* | Fix Slovenian translationFilip Š2018-10-271-105/+619
|/
* Fix formatting of locale files (#5479)Noel Yoo2018-10-101-3/+3
|
* Fix Slovenian translation (#4189)Filip Š2018-05-081-4/+4
|
* i18n - fix casing for key 'downloadStateLogs'kumavis2018-03-281-1/+1
|
* i18n - sl Slovenian translation (#3724)Filip Š2018-03-271-0/+819