-
Notifications
You must be signed in to change notification settings - Fork 11
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
feat: i18n #970
Draft
olegshilov
wants to merge
18
commits into
dev
Choose a base branch
from
feat/i18n
base: dev
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.
Draft
feat: i18n #970
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
viktoriabakun
force-pushed
the
feat/i18n
branch
from
October 28, 2024 14:19
6b6823b
to
fa7897f
Compare
olegshilov
force-pushed
the
feat/i18n
branch
3 times, most recently
from
November 5, 2024 10:02
55ef532
to
f99f480
Compare
olegshilov
force-pushed
the
feat/i18n
branch
2 times, most recently
from
November 6, 2024 07:04
f8f8b4c
to
e1b574a
Compare
Signed-off-by: viktoriabakun <viktoriabakun00@gmail.com>
…n it Signed-off-by: viktoriabakun <viktoriabakun00@gmail.com>
Signed-off-by: viktoriabakun <viktoriabakun00@gmail.com>
Signed-off-by: viktoriabakun <viktoriabakun00@gmail.com>
* feat(tolgee-keys): revoke-button Signed-off-by: viktoriabakun <viktoriabakun00@gmail.com> * feat(tolgee-keys): granter-table Signed-off-by: viktoriabakun <viktoriabakun00@gmail.com> * feat(tolgee-keys): grantee-table and some corrections Signed-off-by: viktoriabakun <viktoriabakun00@gmail.com> * feat(tolgee-keys): grantee-card Signed-off-by: viktoriabakun <viktoriabakun00@gmail.com> * feat(tolgee-keys): authz-grants-actions Signed-off-by: viktoriabakun <viktoriabakun00@gmail.com> * feat(tolgee-keys): authz-page Signed-off-by: viktoriabakun <viktoriabakun00@gmail.com> * feat(tolgee-keys): select options Signed-off-by: viktoriabakun <viktoriabakun00@gmail.com> --------- Signed-off-by: viktoriabakun <viktoriabakun00@gmail.com>
* feat: setup namespaces Signed-off-by: viktoriabakun <viktoriabakun00@gmail.com> * feat: leave single translation file by lang with namespaces as keys in it Signed-off-by: viktoriabakun <viktoriabakun00@gmail.com> * feat(utils): use tolgee keys Signed-off-by: viktoriabakun <viktoriabakun00@gmail.com> * feat(utils): remove empty vals from json files Signed-off-by: viktoriabakun <viktoriabakun00@gmail.com> * chore: get rid of `any` in localisation components * feat(authz): use tolgee keys (#974) * feat(tolgee-keys): revoke-button Signed-off-by: viktoriabakun <viktoriabakun00@gmail.com> * feat(tolgee-keys): granter-table Signed-off-by: viktoriabakun <viktoriabakun00@gmail.com> * feat(tolgee-keys): grantee-table and some corrections Signed-off-by: viktoriabakun <viktoriabakun00@gmail.com> * feat(tolgee-keys): grantee-card Signed-off-by: viktoriabakun <viktoriabakun00@gmail.com> * feat(tolgee-keys): authz-grants-actions Signed-off-by: viktoriabakun <viktoriabakun00@gmail.com> * feat(tolgee-keys): authz-page Signed-off-by: viktoriabakun <viktoriabakun00@gmail.com> * feat(tolgee-keys): select options Signed-off-by: viktoriabakun <viktoriabakun00@gmail.com> --------- Signed-off-by: viktoriabakun <viktoriabakun00@gmail.com> * feat: setup tolgee-cli Signed-off-by: viktoriabakun <viktoriabakun00@gmail.com> * chore: move tolgee config to apps, add tolgee scripts Signed-off-by: viktoriabakun <viktoriabakun00@gmail.com> * chore: add @tolgee/cli to devDep Signed-off-by: viktoriabakun <viktoriabakun00@gmail.com> * chore: pnpm lock Signed-off-by: viktoriabakun <viktoriabakun00@gmail.com> --------- Signed-off-by: viktoriabakun <viktoriabakun00@gmail.com> Co-authored-by: Oleg Shilov <me@olegshilov.com>
* feat: setup namespaces Signed-off-by: viktoriabakun <viktoriabakun00@gmail.com> * feat: leave single translation file by lang with namespaces as keys in it Signed-off-by: viktoriabakun <viktoriabakun00@gmail.com> * feat(utils): use tolgee keys Signed-off-by: viktoriabakun <viktoriabakun00@gmail.com> * feat(utils): remove empty vals from json files Signed-off-by: viktoriabakun <viktoriabakun00@gmail.com> * chore: get rid of `any` in localisation components * feat(authz): use tolgee keys (#974) * feat(tolgee-keys): revoke-button Signed-off-by: viktoriabakun <viktoriabakun00@gmail.com> * feat(tolgee-keys): granter-table Signed-off-by: viktoriabakun <viktoriabakun00@gmail.com> * feat(tolgee-keys): grantee-table and some corrections Signed-off-by: viktoriabakun <viktoriabakun00@gmail.com> * feat(tolgee-keys): grantee-card Signed-off-by: viktoriabakun <viktoriabakun00@gmail.com> * feat(tolgee-keys): authz-grants-actions Signed-off-by: viktoriabakun <viktoriabakun00@gmail.com> * feat(tolgee-keys): authz-page Signed-off-by: viktoriabakun <viktoriabakun00@gmail.com> * feat(tolgee-keys): select options Signed-off-by: viktoriabakun <viktoriabakun00@gmail.com> --------- Signed-off-by: viktoriabakun <viktoriabakun00@gmail.com> * feat(tolgee-keys): main Signed-off-by: viktoriabakun <viktoriabakun00@gmail.com> * feat(tolgee-keys): do not translate errors Signed-off-by: viktoriabakun <viktoriabakun00@gmail.com> --------- Signed-off-by: viktoriabakun <viktoriabakun00@gmail.com> Co-authored-by: Oleg Shilov <me@olegshilov.com>
* feat: setup namespaces Signed-off-by: viktoriabakun <viktoriabakun00@gmail.com> * feat: leave single translation file by lang with namespaces as keys in it Signed-off-by: viktoriabakun <viktoriabakun00@gmail.com> * feat(utils): use tolgee keys Signed-off-by: viktoriabakun <viktoriabakun00@gmail.com> * feat(utils): remove empty vals from json files Signed-off-by: viktoriabakun <viktoriabakun00@gmail.com> * chore: get rid of `any` in localisation components * feat(authz): use tolgee keys (#974) * feat(tolgee-keys): revoke-button Signed-off-by: viktoriabakun <viktoriabakun00@gmail.com> * feat(tolgee-keys): granter-table Signed-off-by: viktoriabakun <viktoriabakun00@gmail.com> * feat(tolgee-keys): grantee-table and some corrections Signed-off-by: viktoriabakun <viktoriabakun00@gmail.com> * feat(tolgee-keys): grantee-card Signed-off-by: viktoriabakun <viktoriabakun00@gmail.com> * feat(tolgee-keys): authz-grants-actions Signed-off-by: viktoriabakun <viktoriabakun00@gmail.com> * feat(tolgee-keys): authz-page Signed-off-by: viktoriabakun <viktoriabakun00@gmail.com> * feat(tolgee-keys): select options Signed-off-by: viktoriabakun <viktoriabakun00@gmail.com> --------- Signed-off-by: viktoriabakun <viktoriabakun00@gmail.com> * feat(tolgee-keys): stacking/stride, stacking validator page Signed-off-by: viktoriabakun <viktoriabakun00@gmail.com> * feat(tolgee-keys): finish stacking Signed-off-by: viktoriabakun <viktoriabakun00@gmail.com> * fix(tolgee-keys): plurals Signed-off-by: viktoriabakun <viktoriabakun00@gmail.com> --------- Signed-off-by: viktoriabakun <viktoriabakun00@gmail.com> Co-authored-by: Oleg Shilov <me@olegshilov.com>
* feat: setup namespaces Signed-off-by: viktoriabakun <viktoriabakun00@gmail.com> * feat: leave single translation file by lang with namespaces as keys in it Signed-off-by: viktoriabakun <viktoriabakun00@gmail.com> * feat(uc-dao): use tolgee keys Signed-off-by: viktoriabakun <viktoriabakun00@gmail.com> * refactor: add namespace to hook args Signed-off-by: viktoriabakun <viktoriabakun00@gmail.com> * feat(tolgee-keys): uc-dao token-count plural Signed-off-by: viktoriabakun <viktoriabakun00@gmail.com> * fix: rename stacking to staking Signed-off-by: viktoriabakun <viktoriabakun00@gmail.com> * chore: remove i18n/uc-dao folder Signed-off-by: viktoriabakun <viktoriabakun00@gmail.com> * refactor: t usage Signed-off-by: viktoriabakun <viktoriabakun00@gmail.com> --------- Signed-off-by: viktoriabakun <viktoriabakun00@gmail.com>
…ome more work on i18n
* feat(tolgee-keys): governance Signed-off-by: viktoriabakun <viktoriabakun00@gmail.com> * feat(tolgee-keys): governance Signed-off-by: viktoriabakun <viktoriabakun00@gmail.com> * fix(governance): simplify your-balance params Signed-off-by: viktoriabakun <viktoriabakun00@gmail.com> * feat(governance): extract tolgee keys Signed-off-by: viktoriabakun <viktoriabakun00@gmail.com> * chore: fix build Signed-off-by: viktoriabakun <viktoriabakun00@gmail.com> --------- Signed-off-by: viktoriabakun <viktoriabakun00@gmail.com>
#988) * fix: auth to authz Signed-off-by: viktoriabakun <viktoriabakun00@gmail.com> * refactor: join translation strings Signed-off-by: viktoriabakun <viktoriabakun00@gmail.com> * feat: sync translation keys Signed-off-by: viktoriabakun <viktoriabakun00@gmail.com> * fix: lowercase 'show inactive' checkbox Signed-off-by: viktoriabakun <viktoriabakun00@gmail.com> --------- Signed-off-by: viktoriabakun <viktoriabakun00@gmail.com>
* feat: add faucet namespace Signed-off-by: viktoriabakun <viktoriabakun00@gmail.com> * feat(faucet): use tolgee keys Signed-off-by: viktoriabakun <viktoriabakun00@gmail.com> * feat(faucet): extract tolgee keys Signed-off-by: viktoriabakun <viktoriabakun00@gmail.com> --------- Signed-off-by: viktoriabakun <viktoriabakun00@gmail.com>
* feat(common): use tolgee for translation Signed-off-by: viktoriabakun <viktoriabakun00@gmail.com> * feat: remove sth-went-wrong key reduction Signed-off-by: viktoriabakun <viktoriabakun00@gmail.com> * refactor(i18n): use single braces for vars in translation files Signed-off-by: viktoriabakun <viktoriabakun00@gmail.com> * refactor(i18n): click-to-copy join translation string Signed-off-by: viktoriabakun <viktoriabakun00@gmail.com> * feat(i18n): sync all keys Signed-off-by: viktoriabakun <viktoriabakun00@gmail.com> * refactor(i18n): remove 'staked' duplicates Signed-off-by: viktoriabakun <viktoriabakun00@gmail.com> * refactor(i18n): remove 'rewards' duplicates Signed-off-by: viktoriabakun <viktoriabakun00@gmail.com> * refactor(i18n): remove 'unbonding' duplicates Signed-off-by: viktoriabakun <viktoriabakun00@gmail.com> * refactor(i18n): remove 'undelegate' duplicates Signed-off-by: viktoriabakun <viktoriabakun00@gmail.com> * refactor(i18n): remove 'memo' duplicates Signed-off-by: viktoriabakun <viktoriabakun00@gmail.com> * refactor(i18n): remove 'add-your-memo' duplicates Signed-off-by: viktoriabakun <viktoriabakun00@gmail.com> * refactor(i18n): remove 'available' duplicates Signed-off-by: viktoriabakun <viktoriabakun00@gmail.com> * refactor(i18n): remove 'balance' duplicates Signed-off-by: viktoriabakun <viktoriabakun00@gmail.com> * refactor(i18n): remove 'claim-all-rewards' duplicates Signed-off-by: viktoriabakun <viktoriabakun00@gmail.com> * refactor(i18n): remove 'click-to-copy-value' duplicates Signed-off-by: viktoriabakun <viktoriabakun00@gmail.com> * refactor(i18n): remove 'copied' duplicates Signed-off-by: viktoriabakun <viktoriabakun00@gmail.com> * refactor(i18n): remove 'delegate' duplicates Signed-off-by: viktoriabakun <viktoriabakun00@gmail.com> * refactor(i18n): remove 'grant-access' duplicates Signed-off-by: viktoriabakun <viktoriabakun00@gmail.com> * refactor(i18n): remove 'min-amount-to-claim-rewards' duplicates Signed-off-by: viktoriabakun <viktoriabakun00@gmail.com> * refactor(i18n): remove 'my-account' duplicates Signed-off-by: viktoriabakun <viktoriabakun00@gmail.com> * refactor(i18n): remove 'redelegate' duplicates Signed-off-by: viktoriabakun <viktoriabakun00@gmail.com> * refactor(i18n): remove 'add-memo' duplicates Signed-off-by: viktoriabakun <viktoriabakun00@gmail.com> * refactor(i18n): remove 'amount-error-min' duplicates Signed-off-by: viktoriabakun <viktoriabakun00@gmail.com> * refactor(i18n): remove 'confirm-delegation' duplicates Signed-off-by: viktoriabakun <viktoriabakun00@gmail.com> * refactor(i18n): remove 'amount-error-more-than-have' duplicates Signed-off-by: viktoriabakun <viktoriabakun00@gmail.com> * refactor(i18n): remove 'deposit' duplicates Signed-off-by: viktoriabakun <viktoriabakun00@gmail.com> * refactor(i18n): remove 'description' duplicates Signed-off-by: viktoriabakun <viktoriabakun00@gmail.com> * refactor(i18n): remove 'fetching-proposals' duplicates Signed-off-by: viktoriabakun <viktoriabakun00@gmail.com> * refactor(i18n): remove 'info' duplicates Signed-off-by: viktoriabakun <viktoriabakun00@gmail.com> * refactor(i18n): remove 'my-balance' duplicates Signed-off-by: viktoriabakun <viktoriabakun00@gmail.com> * refactor(i18n): remove 'fee' duplicates Signed-off-by: viktoriabakun <viktoriabakun00@gmail.com> * refactor(i18n): remove 'my-delegations' duplicates Signed-off-by: viktoriabakun <viktoriabakun00@gmail.com> * refactor(i18n): remove 'name' duplicates Signed-off-by: viktoriabakun <viktoriabakun00@gmail.com> * refactor(i18n): remove 'status' duplicates Signed-off-by: viktoriabakun <viktoriabakun00@gmail.com> * refactor(i18n): remove 'voting-power' duplicates Signed-off-by: viktoriabakun <viktoriabakun00@gmail.com> * refactor(i18n): remove 'address' duplicates Signed-off-by: viktoriabakun <viktoriabakun00@gmail.com> --------- Signed-off-by: viktoriabakun <viktoriabakun00@gmail.com>
translations was updated in tolgee webapp
* refactor(i18n): move not common keys to their namespaces Signed-off-by: viktoriabakun <viktoriabakun00@gmail.com> * feat(i18n): add more keys p.1 Signed-off-by: viktoriabakun <viktoriabakun00@gmail.com> * feat(i18n): add more keys p.2, mostly ui-kit Signed-off-by: viktoriabakun <viktoriabakun00@gmail.com> * feat(i18n): sync keys Signed-off-by: viktoriabakun <viktoriabakun00@gmail.com> * feat(i18n): add more keys p.3 Signed-off-by: viktoriabakun <viktoriabakun00@gmail.com> * feat(i18n): add more keys p.4 Signed-off-by: viktoriabakun <viktoriabakun00@gmail.com> * feat(i18n): sync keys Signed-off-by: viktoriabakun <viktoriabakun00@gmail.com> --------- Signed-off-by: viktoriabakun <viktoriabakun00@gmail.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
This is a major PR for the complete shell internationalisation feature.
We have merged all the smaller decomposed requests into this branch.
closes: WEB-604