-
Notifications
You must be signed in to change notification settings - Fork 156
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
Language settings via graph #9924
Conversation
Thanks for opening this pull request! The maintainers of this repository would appreciate it if you would create a changelog item based on your changes. |
he: 'עִבְרִית', | ||
it: 'Italiano', | ||
pl: 'Polski', | ||
ru: 'русский язык', | ||
sk: 'Slovenčina', | ||
sq: 'Shqipja', | ||
tr: 'Türkçe' |
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.
Removed languages that are not exposed via settings service, for now
if (currentLanguage.indexOf('_')) { | ||
currentLanguage = currentLanguage.split('_')[0] | ||
if (currentLanguage.indexOf('-')) { | ||
currentLanguage = currentLanguage.split('-')[0] |
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.
switch to ISO Language code
value: unref(spacesEnabled) ? $gettext('Personal') : $gettext('All files') | ||
}) | ||
} | ||
store.commit('SET_LANGUAGE', language.current) |
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.
we didn't do that before, but I think we should
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.
Code looks good to me 👍🏼
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.
LGTM mostly 👍
426063a
to
bfa0f3f
Compare
b19c5ad
to
9ad0f52
Compare
91f9614
to
3454d03
Compare
05987a7
to
bbf8cea
Compare
SonarCloud Quality Gate failed. 2 Bugs 67.6% Coverage Catch issues before they fail your Quality Gate with our IDE extension SonarLint |
Description
Related Issue
Motivation and Context
How Has This Been Tested?
Screenshots (if appropriate):
Types of changes
Checklist:
Open tasks: