-
Notifications
You must be signed in to change notification settings - Fork 2.9k
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
Internationalization (I18N) #1944
Open
Goutte
wants to merge
12
commits into
spf13:main
Choose a base branch
from
Goutte:feat-i18n
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
+780
−39
Commits on Nov 4, 2023
-
feat(i18n): draft of i18n with embedded TOML files
Supports rfc4646 language tags in env vars. If region is detected (en-US, fr-CA), will try to load regional files first.
Configuration menu - View commit details
-
Copy full SHA for ccbdd22 - Browse repository at this point
Copy the full SHA ccbdd22View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6853f28 - Browse repository at this point
Copy the full SHA 6853f28View commit details -
Configuration menu - View commit details
-
Copy full SHA for cb76695 - Browse repository at this point
Copy the full SHA cb76695View commit details -
feat(i18n): add
make i18n_extract
andmake i18n_merge
Flow is as follows: <add some new i18n.Message in code> make i18n_extract <fill the generated translations/translate.*.toml> make i18n_merge <perhaps delete translations/translate.*.toml> ?
Configuration menu - View commit details
-
Copy full SHA for 2e90e51 - Browse repository at this point
Copy the full SHA 2e90e51View commit details -
Configuration menu - View commit details
-
Copy full SHA for d6ed081 - Browse repository at this point
Copy the full SHA d6ed081View commit details -
feat(i18n): translate the usage template as well
This should keep backwards compat'.
Configuration menu - View commit details
-
Copy full SHA for 0abea78 - Browse repository at this point
Copy the full SHA 0abea78View commit details -
Configuration menu - View commit details
-
Copy full SHA for ca6ece9 - Browse repository at this point
Copy the full SHA ca6ece9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 64f5c4f - Browse repository at this point
Copy the full SHA 64f5c4fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 102ab5b - Browse repository at this point
Copy the full SHA 102ab5bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 775014c - Browse repository at this point
Copy the full SHA 775014cView commit details -
Configuration menu - View commit details
-
Copy full SHA for cdb680a - Browse repository at this point
Copy the full SHA cdb680aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9d4b134 - Browse repository at this point
Copy the full SHA 9d4b134View 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.