-
Notifications
You must be signed in to change notification settings - Fork 489
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: ko language falls back to ko-KR #2102
Merged
Merged
Commits on Feb 23, 2023
-
Configuration menu - View commit details
-
Copy full SHA for e97c5c9 - Browse repository at this point
Copy the full SHA e97c5c9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 87b68e6 - Browse repository at this point
Copy the full SHA 87b68e6View commit details -
chore: add all local files for ko-KR
english has 8 locale files: `ls -lhatr public/locales/en/*.json | wc -l # 8` before this change, ko-KR only had 4 `ls -lhatr public/locales/ko-KR/*.json | wc -l # 4` so I copied them over using `cp -n public/locales/en/*.json public/locales/ko-KR/` after this change `ls -lhatr public/locales/ko-KR/*.json | wc -l # 8`
Configuration menu - View commit details
-
Copy full SHA for d1cac49 - Browse repository at this point
Copy the full SHA d1cac49View commit details -
Configuration menu - View commit details
-
Copy full SHA for db17cd8 - Browse repository at this point
Copy the full SHA db17cd8View commit details -
fix: only send i18n requests for current language
Sends only a single request for lang via i18n-http-backend see i18next/i18next-http-backend#61
Configuration menu - View commit details
-
Copy full SHA for fc24e90 - Browse repository at this point
Copy the full SHA fc24e90View commit details -
Configuration menu - View commit details
-
Copy full SHA for b3db8ac - Browse repository at this point
Copy the full SHA b3db8acView commit details -
Configuration menu - View commit details
-
Copy full SHA for cea0eee - Browse repository at this point
Copy the full SHA cea0eeeView commit details -
Configuration menu - View commit details
-
Copy full SHA for ad2cb3e - Browse repository at this point
Copy the full SHA ad2cb3eView commit details -
Configuration menu - View commit details
-
Copy full SHA for cc3c9e9 - Browse repository at this point
Copy the full SHA cc3c9e9View commit details -
Configuration menu - View commit details
-
Copy full SHA for b7657da - Browse repository at this point
Copy the full SHA b7657daView commit details -
Configuration menu - View commit details
-
Copy full SHA for 54749f4 - Browse repository at this point
Copy the full SHA 54749f4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7eb9327 - Browse repository at this point
Copy the full SHA 7eb9327View commit details -
Configuration menu - View commit details
-
Copy full SHA for fb59953 - Browse repository at this point
Copy the full SHA fb59953View commit details -
Configuration menu - View commit details
-
Copy full SHA for c81c2a2 - Browse repository at this point
Copy the full SHA c81c2a2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 594e0ba - Browse repository at this point
Copy the full SHA 594e0baView commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.