-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(i18n): uninstall typesafe-i18n, use intlify (#7)
* feat(i18n): uninstall typesafe-i18n, use intlify * fix(todo): delete unused deps * fix: lint
- Loading branch information
Showing
42 changed files
with
382 additions
and
1,086 deletions.
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
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
This file was deleted.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
{ | ||
"recommendations": ["Vue.volar", "Vue.vscode-typescript-vue-plugin"] | ||
"recommendations": ["Vue.volar", "lokalise.i18n-ally"] | ||
} |
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
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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,69 @@ | ||
{ | ||
"auth": { | ||
"welcome": "Welcome back", | ||
"logout": "Logout", | ||
"dontHaveAccount": "Don't have an account? ", | ||
"registerHere": "Register here", | ||
"404": "404: Not Found", | ||
"gone": "It's gone", | ||
"backTo": "Go back to {path}" | ||
}, | ||
"home": { | ||
"sortBtn": "Sort Buttons", | ||
"clock": "Clock", | ||
"toggleClock": "Toggle Clock", | ||
"clickToggleClock": "Click toggle clock to restart the clock", | ||
"getStarted": "Get Started" | ||
}, | ||
"todo": { | ||
"todoPlaceholder": "What should you do next...", | ||
"backTo": "Go back to {target}" | ||
}, | ||
"common": { | ||
"username": "Username", | ||
"usernamePlaceholder": "Your username...", | ||
"password": "Password", | ||
"passwordPlaceholder": "Your password...", | ||
"error": "Error", | ||
"loginLoading": "Logging in...", | ||
"login": "Login", | ||
"register": "Register", | ||
"add": "Add", | ||
"update": "Update", | ||
"remove": "Remove", | ||
"limit": "Limit", | ||
"loading": "Loading...", | ||
"list": "{feature} List", | ||
"xDetail": "{feature} Detail", | ||
"xCreateSuccess": "{feature} successfully created", | ||
"xCreateError": "{feature} failed to create", | ||
"xUpdateSuccess": "{feature} successfully updated", | ||
"xUpdateError": "{feature} failed to update", | ||
"xDeleteSuccess": "{feature} successfully deleted", | ||
"xDeleteError": "{feature} failed to delete", | ||
"xError": "{feature} error", | ||
"noPageContent": "No Page Content", | ||
"appName": "Vue 3 Template", | ||
"theme": "Theme", | ||
"empty": "Empty Data", | ||
"unauthorized": "Unauthorized. Please login first", | ||
"authorized": "Already authorized", | ||
"unsavedChanges": "Discard unsaved changes - are you sure?", | ||
"system": "System", | ||
"light": "Light", | ||
"dark": "Dark", | ||
"create": "Create", | ||
"settings": "Settings", | ||
"account": "Account", | ||
"language": "Language", | ||
"english": "English", | ||
"errorMinLength": "{field} must contain at least {length} characters", | ||
"action": "{module} failed to {action}" | ||
}, | ||
"user": { | ||
"preferences": "Preferences", | ||
"likedTodos": "Liked todos", | ||
"savedTodos": "saved todos", | ||
"yourComments": "Your comments" | ||
} | ||
} |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.