Sulka Haro and GitHub
914ba78f36
Security improvement batch ( #6622 )
...
* Adds a new method for the server to push notifies to the client, which require administration privileges from the user. If there are messages in queue but user is not privileged, she is notified of pending messages
* Fix unit tests
* Increase timeouts on tests
* Add translations
* * Aggregate admin messages
* Send admin message on auth fail
* Sending messages over bus
* XSS filtering of objects sent over the REST API
* Warn users if their instance is world readable
* Fix adminnotifies init()
* Fix couple issues from Codacy
2021-01-07 22:46:55 +02:00
Sulka Haro
df6d9aadc3
Re-enable partial report test
2021-01-07 14:45:13 +02:00
Sulka Haro
b078394450
* Bump version to 14.1.1
...
* Allow reducing timer length in delays for security tests
2021-01-07 14:43:53 +02:00
Sulka Haro
46e4d172bb
* Additional unit test for the authorization API
...
* Stop logging the API SECRET
2021-01-04 23:43:16 +02:00
Sulka Haro and GitHub
82a9e18cc8
New Crowdin updates ( #6700 )
...
* New translations en.json (Hebrew)
* New translations en.json (Hungarian)
* New translations en.json (Portuguese, Brazilian)
* New translations en.json (Chinese Traditional)
* New translations en.json (Chinese Simplified)
* New translations en.json (Turkish)
* New translations en.json (Slovenian)
* New translations en.json (Polish)
* New translations en.json (Dutch)
* New translations en.json (Korean)
* New translations en.json (Japanese)
* New translations en.json (Italian)
* New translations en.json (Finnish)
* New translations en.json (Norwegian Bokmal)
* New translations en.json (German)
* New translations en.json (Danish)
* New translations en.json (Czech)
* New translations en.json (Bulgarian)
* New translations en.json (Spanish)
* New translations en.json (French)
* New translations en.json (Romanian)
* New translations en.json (Russian)
* New translations en.json (Swedish)
* New translations en.json (Greek)
* New translations en.json (Croatian)
* Update source file en.json
* New translations en.json (Dutch)
* New translations en.json (Norwegian Bokmal)
* New translations en.json (Czech)
* New translations en.json (French)
* New translations en.json (Romanian)
* New translations en.json (German)
2021-01-04 19:10:47 +02:00
Caleb and GitHub
3c61266118
Removed duplicate translation key ( #6699 )
2021-01-02 12:28:03 +02:00
Caleb and GitHub
773f89ec5a
Added support for multiple uploaders in virtual assistant delta calculation ( #6559 )
...
* Added support for multiple uploaders in delta calculation
* Moved moment creation
* Moved delta stuff into bgnow plugin
* Typo
* Removed old implementation
* Removed accidental translations
* Added new translation key
2021-01-02 12:26:22 +02:00
405eb0d86d
german translations template for googlehome integration ( #6674 )
...
Co-authored-by: tanja3981 <tanja3981@users.noreply.github.com >
2021-01-01 22:53:36 +02:00
Sulka Haro and GitHub
923cdad6a2
New Crowdin updates ( #6675 )
...
* New translations en.json (Hebrew)
* New translations en.json (Hungarian)
* New translations en.json (Portuguese, Brazilian)
* New translations en.json (Chinese Traditional)
* New translations en.json (Chinese Simplified)
* New translations en.json (Turkish)
* New translations en.json (Slovenian)
* New translations en.json (Polish)
* New translations en.json (Dutch)
* New translations en.json (Korean)
* New translations en.json (Japanese)
* New translations en.json (Italian)
* New translations en.json (Finnish)
* New translations en.json (Norwegian Bokmal)
* New translations en.json (German)
* New translations en.json (Danish)
* New translations en.json (Czech)
* New translations en.json (Bulgarian)
* New translations en.json (Spanish)
* New translations en.json (French)
* New translations en.json (Romanian)
* New translations en.json (Russian)
* New translations en.json (Swedish)
* New translations en.json (Greek)
* New translations en.json (Croatian)
* New translations en.json (Dutch)
* New translations en.json (Greek)
* New translations en.json (Romanian)
* New translations en.json (Finnish)
* Update source file en.json
* New translations en.json (Romanian)
* New translations en.json (Romanian)
* New translations en.json (Finnish)
* New translations en.json (Romanian)
* New translations en.json (Romanian)
* New translations en.json (Turkish)
* Update source file en.json
* New translations en.json (Hebrew)
* New translations en.json (Hungarian)
* New translations en.json (Portuguese, Brazilian)
* New translations en.json (Chinese Traditional)
* New translations en.json (Chinese Simplified)
* New translations en.json (Turkish)
* New translations en.json (Slovenian)
* New translations en.json (Polish)
* New translations en.json (Dutch)
* New translations en.json (Korean)
* New translations en.json (Japanese)
* New translations en.json (Italian)
* New translations en.json (Finnish)
* New translations en.json (Norwegian Bokmal)
* New translations en.json (German)
* New translations en.json (Danish)
* New translations en.json (Czech)
* New translations en.json (Bulgarian)
* New translations en.json (Spanish)
* New translations en.json (French)
* New translations en.json (Romanian)
* New translations en.json (Russian)
* New translations en.json (Swedish)
* New translations en.json (Greek)
* New translations en.json (Croatian)
* New translations en.json (Greek)
* New translations en.json (French)
* New translations en.json (Czech)
* New translations en.json (Norwegian Bokmal)
* Update source file en.json
* New translations en.json (Romanian)
* New translations en.json (Norwegian Bokmal)
* New translations en.json (Russian)
* New translations en.json (Finnish)
* New translations en.json (Czech)
* New translations en.json (Czech)
* Update source file en.json
2021-01-01 19:39:07 +02:00
6b28a148ee
APIv3: Cache invalidation + refactoring ( #6688 )
...
* APIv3: isolating documents from tests (not allowing clashes of calculated identifiers)
* removing unused async keyword
* fixing api v3 swagger and moving it to /api3-docs
* APIv3: adding cachedCollection stub of cachedCollection storage implementation
* APIv3: mongo cachedCollection storage implementation
* APIv3: testing and debugging cache updates
* APIv3: more testing on cache updates
* APIv3: fixing bad async functions
* APIv3: finishing cache invalidation tests
Co-authored-by: Petr Ondrusek <petr.ondrusek@seznam.cz >
Co-authored-by: Petr Ondrůšek <petr.ondrusek@okin.eu >
Co-authored-by: Sulka Haro <sulka@sulka.net >
2021-01-01 19:31:19 +02:00
Lennart Goedhart and GitHub
411463e595
Replace Travis build with a GitHub Action ( #6690 )
...
* Create Docker release workflow for GA
* Remove Travis workflow
* Remove dependency on Makefile
* Update default environment to Node 14
* Use git SHA instead of version for `dev` images
2021-01-01 21:40:51 +11:00
Ben West
76f198a8cf
Merge branch 'wip/bewest/mmconnect' of github.com:nightscout/cgm-remote-monitor into wip/bewest/mmconnect
2020-12-30 14:00:51 -08:00
Ben West and GitHub
e3784ea44c
Merge branch 'dev' into wip/bewest/mmconnect
2020-12-30 14:00:01 -08:00
Ben West
fc9fd3425b
upgrade minimed-connect-to-nightscout 1.5.0
...
Update to version available in npm.
2020-12-30 13:56:40 -08:00
Sulka Haro
f36048dc14
Fix a bug with auth calls that send a false API secret
2020-12-27 13:48:59 +02:00
Sulka Haro
186e9786b3
Rename Weekly Success report to Weekly Distribution
2020-12-24 11:26:06 +02:00
Ben West and GitHub
4b98d355e0
Merge branch 'dev' into wip/bewest/mmconnect
2020-12-22 09:50:45 -08:00
Sulka Haro
92cc12ee14
Fix a localization key
2020-12-22 11:43:11 +02:00
Sulka Haro
2c30b64c8c
Add a missing localization, fix unit tests
2020-12-22 00:12:27 +02:00
Sulka Haro and GitHub
0a15938d10
New Crowdin updates ( #6653 )
...
* New translations en.json (Norwegian Bokmal)
* New translations en.json (Hebrew)
* New translations en.json (Hungarian)
* New translations en.json (Portuguese, Brazilian)
* New translations en.json (Chinese Traditional)
* New translations en.json (Chinese Simplified)
* New translations en.json (Turkish)
* New translations en.json (Slovenian)
* New translations en.json (Polish)
* New translations en.json (Dutch)
* New translations en.json (Korean)
* New translations en.json (Japanese)
* New translations en.json (Italian)
* New translations en.json (Finnish)
* New translations en.json (Norwegian Bokmal)
* New translations en.json (German)
* New translations en.json (Danish)
* New translations en.json (Czech)
* New translations en.json (Bulgarian)
* New translations en.json (Spanish)
* New translations en.json (French)
* New translations en.json (Romanian)
* New translations en.json (Russian)
* New translations en.json (Swedish)
* New translations en.json (Greek)
* New translations en.json (Croatian)
* Update source file en.json
* New translations en.json (Czech)
* New translations en.json (Finnish)
* New translations en.json (Greek)
* New translations en.json (Dutch)
* New translations en.json (Norwegian Bokmal)
* New translations en.json (Norwegian Bokmal)
* New translations en.json (Norwegian Bokmal)
* New translations en.json (Swedish)
* New translations en.json (Norwegian Bokmal)
* Update source file en.json
* New translations en.json (Hebrew)
* New translations en.json (Hungarian)
* New translations en.json (Portuguese, Brazilian)
* New translations en.json (Chinese Traditional)
* New translations en.json (Chinese Simplified)
* New translations en.json (Turkish)
* New translations en.json (Slovenian)
* New translations en.json (Polish)
* New translations en.json (Dutch)
* New translations en.json (Korean)
* New translations en.json (Japanese)
* New translations en.json (Italian)
* New translations en.json (Finnish)
* New translations en.json (Norwegian Bokmal)
* New translations en.json (German)
* New translations en.json (Danish)
* New translations en.json (Czech)
* New translations en.json (Bulgarian)
* New translations en.json (Spanish)
* New translations en.json (French)
* New translations en.json (Romanian)
* New translations en.json (Russian)
* New translations en.json (Swedish)
* New translations en.json (Greek)
* New translations en.json (Croatian)
* New translations en.json (Dutch)
* New translations en.json (Swedish)
* New translations en.json (Czech)
* New translations en.json (Romanian)
* New translations en.json (Romanian)
* New translations en.json (Russian)
* New translations en.json (Russian)
2020-12-21 21:11:03 +02:00
Sulka Haro
edfcf6eccd
Fix authorization renewal
2020-12-21 21:09:18 +02:00
Sulka Haro
4bdd271939
Fix upbat.js levels reference
2020-12-21 18:19:36 +02:00
Ben West and GitHub
2eb9cf80b1
Merge branch 'dev' into wip/bewest/mmconnect
2020-12-17 17:49:33 -08:00
Sulka Haro
8c59de8d2d
* More small localization fixes
...
* Change link to point to github.io docs
2020-12-17 23:13:48 +02:00
Ben West
b09e463c1f
Test new dev version of minimed-connect-to-nightscout
...
Try out plugin with recent fixes, thanks to @fredmk.
2020-12-15 16:05:57 -08:00
Sulka Haro
0a2fee8fe2
Various fixes to localization - #6516 #6523 #6524
2020-12-15 17:50:33 +02:00
Sulka Haro and GitHub
9e3d9a68f5
New Crowdin updates ( #6652 )
...
* New translations en.json (Norwegian Bokmal)
* Update source file en.json
* New translations en.json (Hebrew)
* New translations en.json (Hungarian)
* New translations en.json (Portuguese, Brazilian)
* New translations en.json (Chinese Traditional)
* New translations en.json (Chinese Simplified)
* New translations en.json (Turkish)
* New translations en.json (Slovenian)
* New translations en.json (Polish)
* New translations en.json (Dutch)
* New translations en.json (Korean)
* New translations en.json (Japanese)
* New translations en.json (Italian)
* New translations en.json (Finnish)
* New translations en.json (Norwegian Bokmal)
* New translations en.json (German)
* New translations en.json (Danish)
* New translations en.json (Czech)
* New translations en.json (Bulgarian)
* New translations en.json (Spanish)
* New translations en.json (French)
* New translations en.json (Romanian)
* New translations en.json (Russian)
* New translations en.json (Swedish)
* New translations en.json (Greek)
* New translations en.json (Croatian)
* New translations en.json (Greek)
* New translations en.json (Dutch)
* New translations en.json (Finnish)
2020-12-14 22:35:23 +02:00
Sulka Haro
d81e342ef0
Fix pushover test
2020-12-14 22:30:21 +02:00
Sulka Haro
7c3ab00d88
Fix pushover init
2020-12-14 22:15:16 +02:00
Sulka Haro
a0738414f2
Oops, push the unit test changes as well
2020-12-14 22:08:53 +02:00
Sulka Haro
c12ad765be
* Refactor how the levels dependency is loaded, to fix some localization issues
...
* Moves reporting client to the bundles
2020-12-14 20:31:20 +02:00
Sulka Haro
9a6ee8aa77
Fix applying localizations to plugin names in client preferences
2020-12-14 16:05:44 +02:00
Sulka Haro and GitHub
558ddb4284
New Crowdin updates ( #6640 )
...
* New translations en.json (Hebrew)
* New translations en.json (German)
* New translations en.json (Czech)
* New translations en.json (Norwegian Bokmal)
* New translations en.json (Dutch)
* New translations en.json (Swedish)
* New translations en.json (Russian)
* New translations en.json (Russian)
2020-12-14 10:17:11 +02:00
Sulka Haro
f2fd923261
Bump version to 14.1.0 given changes to auth and localization
2020-12-14 10:16:27 +02:00
Sulka Haro and GitHub
71a53544fb
New Crowdin updates ( #6567 )
...
* New translations en.json (Finnish)
* New translations en.json (Finnish)
* New translations en.json (Finnish)
* New translations en.json (Finnish)
* New translations en.json (Norwegian Bokmal)
* New translations en.json (Finnish)
* New translations en.json (Norwegian Bokmal)
* New translations en.json (Spanish)
* New translations en.json (German)
* New translations en.json (Czech)
* New translations en.json (German)
* New translations en.json (Czech)
* New translations en.json (German)
* New translations en.json (Dutch)
* Update source file en.json
* New translations en.json (German)
* New translations en.json (Dutch)
* New translations en.json (German)
* New translations en.json (German)
* New translations en.json (Norwegian Bokmal)
* New translations en.json (Czech)
* New translations en.json (Norwegian Bokmal)
* New translations en.json (Czech)
* New translations en.json (German)
* New translations en.json (German)
* New translations en.json (German)
* New translations en.json (Norwegian Bokmal)
* New translations en.json (Czech)
* New translations en.json (Norwegian Bokmal)
* New translations en.json (Czech)
* New translations en.json (Norwegian Bokmal)
* New translations en.json (Czech)
* New translations en.json (Norwegian Bokmal)
* New translations en.json (Czech)
* New translations en.json (Russian)
* New translations en.json (Czech)
* New translations en.json (Russian)
* New translations en.json (Russian)
* New translations en.json (Czech)
* New translations en.json (Hungarian)
* New translations en.json (Russian)
* New translations en.json (Dutch)
* New translations en.json (Norwegian Bokmal)
* New translations en.json (Dutch)
* New translations en.json (Norwegian Bokmal)
* New translations en.json (Hungarian)
* New translations en.json (Norwegian Bokmal)
* New translations en.json (Norwegian Bokmal)
* New translations en.json (Norwegian Bokmal)
* New translations en.json (French)
* New translations en.json (French)
* New translations en.json (French)
* New translations en.json (French)
* New translations en.json (French)
* New translations en.json (Czech)
* New translations en.json (Norwegian Bokmal)
* New translations en.json (Romanian)
* New translations en.json (Korean)
* New translations en.json (Croatian)
* New translations en.json (Portuguese, Brazilian)
* New translations en.json (Chinese Traditional)
* New translations en.json (Chinese Simplified)
* New translations en.json (Turkish)
* New translations en.json (Swedish)
* New translations en.json (Slovenian)
* New translations en.json (Russian)
* New translations en.json (Polish)
* New translations en.json (Dutch)
* New translations en.json (Japanese)
* New translations en.json (French)
* New translations en.json (Italian)
* New translations en.json (Hungarian)
* New translations en.json (Hebrew)
* New translations en.json (Finnish)
* New translations en.json (Greek)
* New translations en.json (German)
* New translations en.json (Danish)
* New translations en.json (Czech)
* New translations en.json (Bulgarian)
* New translations en.json (Spanish)
* New translations en.json (Norwegian Bokmal)
* Update source file en.json
* New translations en.json (Dutch)
* New translations en.json (Romanian)
* New translations en.json (Korean)
* New translations en.json (Croatian)
* New translations en.json (Portuguese, Brazilian)
* New translations en.json (Chinese Traditional)
* New translations en.json (Chinese Simplified)
* New translations en.json (Turkish)
* New translations en.json (Swedish)
* New translations en.json (Slovenian)
* New translations en.json (Russian)
* New translations en.json (Polish)
* New translations en.json (Dutch)
* New translations en.json (Japanese)
* New translations en.json (French)
* New translations en.json (Italian)
* New translations en.json (Hungarian)
* New translations en.json (Hebrew)
* New translations en.json (Finnish)
* New translations en.json (Greek)
* New translations en.json (German)
* New translations en.json (Danish)
* New translations en.json (Czech)
* New translations en.json (Bulgarian)
* New translations en.json (Spanish)
* New translations en.json (Norwegian Bokmal)
* Update source file en.json
* New translations en.json (Norwegian Bokmal)
* New translations en.json (Czech)
* New translations en.json (Russian)
* New translations en.json (French)
* New translations en.json (Greek)
* New translations en.json (Norwegian Bokmal)
* New translations en.json (Russian)
* New translations en.json (Italian)
* New translations en.json (Italian)
* New translations en.json (Italian)
* New translations en.json (Italian)
* New translations en.json (Italian)
* New translations en.json (Italian)
* New translations en.json (Italian)
* New translations en.json (Italian)
* New translations en.json (Italian)
* New translations en.json (Italian)
* New translations en.json (Italian)
* New translations en.json (Italian)
* New translations en.json (Italian)
* New translations en.json (Italian)
* New translations en.json (Italian)
* New translations en.json (Italian)
* New translations en.json (Italian)
* New translations en.json (Italian)
* New translations en.json (Italian)
* New translations en.json (Italian)
* New translations en.json (Italian)
* New translations en.json (Italian)
* New translations en.json (Italian)
* New translations en.json (Italian)
* New translations en.json (Italian)
* New translations en.json (Italian)
* New translations en.json (Italian)
* New translations en.json (Italian)
* New translations en.json (Italian)
* New translations en.json (Italian)
* New translations en.json (Italian)
* New translations en.json (Italian)
* New translations en.json (Italian)
* New translations en.json (Italian)
* New translations en.json (Italian)
* New translations en.json (Italian)
* New translations en.json (Italian)
* New translations en.json (Hebrew)
* New translations en.json (Hebrew)
* New translations en.json (Norwegian Bokmal)
* New translations en.json (Hebrew)
* New translations en.json (Norwegian Bokmal)
* New translations en.json (Norwegian Bokmal)
* New translations en.json (Hebrew)
* New translations en.json (Greek)
* New translations en.json (Norwegian Bokmal)
* New translations en.json (Greek)
* New translations en.json (Greek)
* New translations en.json (Greek)
* New translations en.json (Swedish)
* New translations en.json (Swedish)
* New translations en.json (Russian)
* New translations en.json (Russian)
* New translations en.json (Hebrew)
* New translations en.json (Hungarian)
* New translations en.json (Portuguese, Brazilian)
* New translations en.json (Chinese Traditional)
* New translations en.json (Chinese Simplified)
* New translations en.json (Turkish)
* New translations en.json (Slovenian)
* New translations en.json (Polish)
* New translations en.json (Dutch)
* New translations en.json (Korean)
* New translations en.json (Japanese)
* New translations en.json (Italian)
* New translations en.json (Finnish)
* New translations en.json (Norwegian Bokmal)
* New translations en.json (German)
* New translations en.json (Danish)
* New translations en.json (Czech)
* New translations en.json (Bulgarian)
* New translations en.json (Spanish)
* New translations en.json (French)
* New translations en.json (Romanian)
* New translations en.json (Russian)
* New translations en.json (Swedish)
* New translations en.json (Greek)
* New translations en.json (Croatian)
2020-12-11 00:38:09 +02:00
Sulka Haro and GitHub
7fe8e32152
Refactor core auth ( #6596 )
...
* Auth resolve now supports async/await
* Read only tokens can be used for authentication and the UI shows privileges for these accounts correctly
* Failed attempt at authenticating an API_SECRET or token delays subsequent auth attempt by 5000 ms
2020-12-11 00:23:25 +02:00
Sulka Haro
f02b8d9bc2
Fix timing issue with a test using async, causing tests to randomly fail
2020-12-10 17:27:30 +02:00
Sulka Haro
bc0f8170bb
* Fix a bug with reloading while the server is starting
...
* Workaround for the plugins being re-executed multiple times in rapid succession during site load, causing timing issues
2020-12-09 19:57:22 +02:00
Sulka Haro
512139e5e0
Added some boot logging & allow booting using Node 14 LTS
2020-12-09 14:54:48 +02:00
Sulka Haro and GitHub
d0cf72af5e
Fixes the color changes based on BG target preferences in the clock views ( #6592 )
2020-12-08 12:12:08 +02:00
Lennart Goedhart and GitHub
7a3b968e3a
Refactor mongo-storage.js ( #6589 )
...
* Refactor `mongo-storage.js`
* Use async/await instead of promises
* Fixes a bug in the previous implementation where a promise error was
not being caught and handled
* Code cleanup
2020-11-30 11:31:30 +02:00
Michael Kroes and GitHub
4c12fe6474
Increased the width of the inlinepiechart to fit the Dutch translated legend ( #6539 )
2020-11-23 12:18:26 +02:00
Caleb and GitHub
36809756d9
Typo correction ( #6558 )
2020-11-23 12:15:00 +02:00
8367d00405
Update CONTRIBUTING.md ( #6540 )
...
regarding translation
Co-authored-by: Sulka Haro <sulka@sulka.net >
2020-11-23 12:13:37 +02:00
Sulka Haro and GitHub
fc849fb174
New Crowdin updates ( #6535 )
...
* New translations en.json (Finnish)
* New translations en.json (Finnish)
* New translations en.json (Finnish)
* New translations en.json (Finnish)
* New translations en.json (Norwegian Bokmal)
* New translations en.json (Finnish)
* New translations en.json (Norwegian Bokmal)
* New translations en.json (Spanish)
* New translations en.json (German)
* New translations en.json (Czech)
* New translations en.json (German)
* New translations en.json (Czech)
* New translations en.json (German)
* New translations en.json (Dutch)
* Update source file en.json
* New translations en.json (German)
* New translations en.json (Dutch)
* New translations en.json (German)
* New translations en.json (German)
* New translations en.json (Norwegian Bokmal)
* New translations en.json (Czech)
* New translations en.json (Norwegian Bokmal)
* New translations en.json (Czech)
* New translations en.json (German)
* New translations en.json (German)
* New translations en.json (German)
* New translations en.json (Norwegian Bokmal)
* New translations en.json (Czech)
* New translations en.json (Norwegian Bokmal)
* New translations en.json (Czech)
* New translations en.json (Norwegian Bokmal)
* New translations en.json (Czech)
* New translations en.json (Norwegian Bokmal)
* New translations en.json (Czech)
* New translations en.json (Russian)
* New translations en.json (Czech)
* New translations en.json (Russian)
* New translations en.json (Russian)
* New translations en.json (Czech)
* New translations en.json (Hungarian)
* New translations en.json (Russian)
* New translations en.json (Dutch)
* New translations en.json (Norwegian Bokmal)
* New translations en.json (Dutch)
* New translations en.json (Norwegian Bokmal)
* New translations en.json (Hungarian)
* New translations en.json (Norwegian Bokmal)
* New translations en.json (Norwegian Bokmal)
* New translations en.json (Norwegian Bokmal)
* New translations en.json (French)
* New translations en.json (French)
* New translations en.json (French)
* New translations en.json (French)
* New translations en.json (French)
* New translations en.json (Czech)
* New translations en.json (Norwegian Bokmal)
* New translations en.json (Romanian)
* New translations en.json (Korean)
* New translations en.json (Croatian)
* New translations en.json (Portuguese, Brazilian)
* New translations en.json (Chinese Traditional)
* New translations en.json (Chinese Simplified)
* New translations en.json (Turkish)
* New translations en.json (Swedish)
* New translations en.json (Slovenian)
* New translations en.json (Russian)
* New translations en.json (Polish)
* New translations en.json (Dutch)
* New translations en.json (Japanese)
* New translations en.json (French)
* New translations en.json (Italian)
* New translations en.json (Hungarian)
* New translations en.json (Hebrew)
* New translations en.json (Finnish)
* New translations en.json (Greek)
* New translations en.json (German)
* New translations en.json (Danish)
* New translations en.json (Czech)
* New translations en.json (Bulgarian)
* New translations en.json (Spanish)
* New translations en.json (Norwegian Bokmal)
* Update source file en.json
* New translations en.json (Dutch)
* New translations en.json (Romanian)
* New translations en.json (Korean)
* New translations en.json (Croatian)
* New translations en.json (Portuguese, Brazilian)
* New translations en.json (Chinese Traditional)
* New translations en.json (Chinese Simplified)
* New translations en.json (Turkish)
* New translations en.json (Swedish)
* New translations en.json (Slovenian)
* New translations en.json (Russian)
* New translations en.json (Polish)
* New translations en.json (Dutch)
* New translations en.json (Japanese)
* New translations en.json (French)
* New translations en.json (Italian)
* New translations en.json (Hungarian)
* New translations en.json (Hebrew)
* New translations en.json (Finnish)
* New translations en.json (Greek)
* New translations en.json (German)
* New translations en.json (Danish)
* New translations en.json (Czech)
* New translations en.json (Bulgarian)
* New translations en.json (Spanish)
* New translations en.json (Norwegian Bokmal)
* Update source file en.json
* New translations en.json (Norwegian Bokmal)
* New translations en.json (Czech)
* New translations en.json (Russian)
* New translations en.json (French)
* New translations en.json (Greek)
* New translations en.json (Norwegian Bokmal)
* New translations en.json (Russian)
* New translations en.json (Italian)
* New translations en.json (Italian)
* New translations en.json (Italian)
* New translations en.json (Italian)
* New translations en.json (Italian)
* New translations en.json (Italian)
* New translations en.json (Italian)
* New translations en.json (Italian)
* New translations en.json (Italian)
* New translations en.json (Italian)
* New translations en.json (Italian)
* New translations en.json (Italian)
* New translations en.json (Italian)
* New translations en.json (Italian)
* New translations en.json (Italian)
* New translations en.json (Italian)
* New translations en.json (Italian)
* New translations en.json (Italian)
* New translations en.json (Italian)
* New translations en.json (Italian)
* New translations en.json (Italian)
* New translations en.json (Italian)
* New translations en.json (Italian)
* New translations en.json (Italian)
* New translations en.json (Italian)
* New translations en.json (Italian)
* New translations en.json (Italian)
* New translations en.json (Italian)
* New translations en.json (Italian)
* New translations en.json (Italian)
* New translations en.json (Italian)
* New translations en.json (Italian)
* New translations en.json (Italian)
* New translations en.json (Italian)
* New translations en.json (Italian)
* New translations en.json (Italian)
* New translations en.json (Italian)
2020-11-23 12:10:21 +02:00
Sulka Haro
cb7c74ee5d
Fix typo in Portugues Brazilian language code
2020-11-23 11:56:00 +02:00
Sulka Haro
76ce300dbf
Inzulin -> Insulin in English
2020-11-18 12:11:23 +02:00
Sulka Haro
15f47f6eba
One more tiny formatting fix
2020-11-18 11:24:29 +02:00
Sulka Haro
74cf673ae2
* Reformat the source language file
...
* Fix an English key being in Hebrew
2020-11-18 11:23:55 +02:00
Sulka Haro and GitHub
4ace12594e
Move localisation to Crowdin ( #6518 )
...
* Update Crowdin configuration file
* Update Crowdin configuration file
* Add languages for pushing
* Update Crowdin configuration file
* Update source file en.json
* New translations en.json (Finnish)
* New translations en.json (Finnish)
* New translations en.json (Romanian)
* New translations en.json (Dutch)
* New translations en.json (Croatian)
* New translations en.json (Portuguese, Brazilian)
* New translations en.json (Chinese Traditional)
* New translations en.json (Chinese Simplified)
* New translations en.json (Turkish)
* New translations en.json (Swedish)
* New translations en.json (Slovenian)
* New translations en.json (Russian)
* New translations en.json (Polish)
* New translations en.json (Korean)
* New translations en.json (French)
* New translations en.json (Japanese)
* New translations en.json (Italian)
* New translations en.json (Hungarian)
* New translations en.json (Hebrew)
* New translations en.json (Greek)
* New translations en.json (German)
* New translations en.json (Danish)
* New translations en.json (Czech)
* New translations en.json (Bulgarian)
* New translations en.json (Spanish)
* New translations en.json (Norwegian Bokmal)
* New translations en.json (Chinese Traditional)
* New translations en.json (Chinese Simplified)
* Remove folders
* New translations en.json (Romanian)
* New translations en.json (Korean)
* New translations en.json (Croatian)
* New translations en.json (Portuguese, Brazilian)
* New translations en.json (Chinese Traditional)
* New translations en.json (Turkish)
* New translations en.json (Swedish)
* New translations en.json (Slovenian)
* New translations en.json (Russian)
* New translations en.json (Polish)
* New translations en.json (Dutch)
* New translations en.json (Japanese)
* New translations en.json (French)
* New translations en.json (Italian)
* New translations en.json (Hungarian)
* New translations en.json (Hebrew)
* New translations en.json (Finnish)
* New translations en.json (Greek)
* New translations en.json (German)
* New translations en.json (Danish)
* New translations en.json (Czech)
* New translations en.json (Bulgarian)
* New translations en.json (Norwegian Bokmal)
* New translations en.json (Romanian)
* New translations en.json (Korean)
* New translations en.json (Croatian)
* New translations en.json (Portuguese, Brazilian)
* New translations en.json (Turkish)
* New translations en.json (Swedish)
* New translations en.json (Slovenian)
* New translations en.json (Russian)
* New translations en.json (Polish)
* New translations en.json (Dutch)
* New translations en.json (Japanese)
* New translations en.json (French)
* New translations en.json (Italian)
* New translations en.json (Hungarian)
* New translations en.json (Hebrew)
* New translations en.json (Finnish)
* New translations en.json (Greek)
* New translations en.json (German)
* New translations en.json (Danish)
* New translations en.json (Czech)
* New translations en.json (Bulgarian)
* New translations en.json (Norwegian Bokmal)
* Update Crowdin configuration file
* New translations en.json (Spanish)
* New translations en.json (Chinese Simplified)
* New translations en.json (Chinese Traditional)
* New translations en.json (Italian)
* New translations en.json (Croatian)
* New translations en.json (Portuguese, Brazilian)
* New translations en.json (Turkish)
* New translations en.json (Swedish)
* New translations en.json (Slovenian)
* New translations en.json (Russian)
* New translations en.json (Polish)
* New translations en.json (Dutch)
* New translations en.json (Korean)
* New translations en.json (Japanese)
* New translations en.json (Hungarian)
* New translations en.json (Hebrew)
* New translations en.json (Finnish)
* New translations en.json (Greek)
* New translations en.json (German)
* New translations en.json (Danish)
* New translations en.json (Czech)
* New translations en.json (Bulgarian)
* New translations en.json (French)
* New translations en.json (Romanian)
* New translations en.json (Norwegian Bokmal)
* Loading all languages now works
* * Fix unit tests
* Have server load localizations
* Adding some more keys
* New Crowdin updates (#6531 )
* New translations en.json (Finnish)
* New translations en.json (Norwegian Bokmal)
* New translations en.json (Finnish)
* New translations en.json (Japanese)
* New translations en.json (Portuguese, Brazilian)
* New translations en.json (Chinese Traditional)
* New translations en.json (Chinese Simplified)
* New translations en.json (Turkish)
* New translations en.json (Swedish)
* New translations en.json (Slovenian)
* New translations en.json (Russian)
* New translations en.json (Polish)
* New translations en.json (Dutch)
* New translations en.json (Korean)
* New translations en.json (Italian)
* New translations en.json (Norwegian Bokmal)
* New translations en.json (Hungarian)
* New translations en.json (Hebrew)
* New translations en.json (Greek)
* New translations en.json (German)
* New translations en.json (Danish)
* New translations en.json (Czech)
* New translations en.json (Bulgarian)
* New translations en.json (Spanish)
* New translations en.json (French)
* New translations en.json (Romanian)
* New translations en.json (Croatian)
* Update source file en.json
* New translations en.json (Norwegian Bokmal)
* New translations en.json (Norwegian Bokmal)
* Remove old translation status tool
* Update CONTRIBUTING
2020-11-17 14:17:17 +02:00