-
Notifications
You must be signed in to change notification settings - Fork 158
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
Appwrite console internationalization : Typesafe-i18n #459
Open
goswamianshuman
wants to merge
46
commits into
appwrite:main
Choose a base branch
from
goswamianshuman:typesafe-i18n-updates
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
Changes from all commits
Commits
Show all changes
46 commits
Select commit
Hold shift + click to select a range
b8a2be4
getting started with i18n
goswamianshuman f9145de
made suggested changes
goswamianshuman 5d33e68
updated library to i18next
goswamianshuman 6da4889
removed unwanted packages
goswamianshuman 78eda23
initiate typesafe-i18n
goswamianshuman 6910551
typesafe-i18n attempt
goswamianshuman 4be78df
updated package.json
goswamianshuman 70f993c
finializing code for review
goswamianshuman 14c3b54
updated languageSelector
goswamianshuman 49c05b5
channged texts from js objects to json
goswamianshuman b019a14
renwed i18n and selector
goswamianshuman a672c2b
updated alias
goswamianshuman 47004fb
update language selector
goswamianshuman 6ac1324
updates in typesafe-i18n
goswamianshuman 64866de
added typesafe to build
goswamianshuman 61d4e3e
typesafe with build
goswamianshuman bc4e690
processed i18n files from src/lib/i18n to src/i18n
goswamianshuman 713eebb
testing new json key structure
goswamianshuman 2d51bcd
updated previous data (english only)
goswamianshuman 3b94c69
updated other lang files
goswamianshuman e5340db
updated console/accounts (eng only)
goswamianshuman 3493d6b
updated console/onboarding (eng only)
goswamianshuman 2f78338
basic changes
goswamianshuman bec72ed
updated console/organization (eng only)
goswamianshuman 4ad2d1f
basic updates
goswamianshuman d22bdd8
updating previous structure (eng only)
goswamianshuman 2d311d2
modified data in console/project/auth (eng lang only)
goswamianshuman 6280ba1
modified console/project/auth
goswamianshuman fd4872f
modified console/project/auth (eng lang only)
goswamianshuman f315071
modification in console/project/auth completed and databases started
goswamianshuman bc0b906
completed modification of data in console/project/databases
goswamianshuman 9a82260
modification completed in settings
cbe3410
completed modification in console / overview
3bfa2c2
completed modification in console/functions
e0e4d20
modification complete in console/storage
b31f147
minor updates
20f2d13
updated en.json and de.json
f7619cc
modified english and italian json
44232bb
usage updated
0327063
updated collection
567743f
updated sidebar
b4286cf
modified components, layout and mock's data
94f561d
modified platform and its elements
2b665a4
minor updates
60f4683
updated keys dates and mainOauth
756882e
updated notifications
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,3 +13,4 @@ node_modules | |
node_modules/ | ||
dist/ | ||
.vercel | ||
|
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
{ | ||
"adapter": "svelte", | ||
"$schema": "https://unpkg.com/[email protected]/schema/typesafe-i18n.json" | ||
} |
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
Large diffs are not rendered by default.
Oops, something went wrong.
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
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
not sure parallel is gonna work here. It needs to happen before build.js
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I tried to run prebuild function but it was also not helpful, the command gets stuck there and the build stops.