-
Notifications
You must be signed in to change notification settings - Fork 234
I18n/profiles #1875
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
base: i18n/splash
Are you sure you want to change the base?
I18n/profiles #1875
Conversation
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.
Approved with a question/comment.
@@ -214,7 +219,7 @@ export const TsModsModule = { | |||
commit('startThunderstoreModListUpdate'); | |||
|
|||
try { | |||
commit('setThunderstoreModListUpdateStatus', 'Checking for mod list updates from Thunderstore...'); | |||
commit('setThunderstoreModListUpdateStatus', 'checkingForUpdates'); |
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.
Is it possible to call the translations here? If yes, what are your thoughts on doing so? It does muddy the waters a bit between separation of concerns, but on the other hand having a magic string here, that then gets parsed into the translation key on the template is a bit hard to follow for the reader. Or alternatively have the entire translation key present here, making it more obvious it's a translation key?
- Only added English translation
No description provided.