Skip to content

Commit

Permalink
basic feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
daniellacosse committed Apr 3, 2024
1 parent 16b8dec commit fb89494
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ node_modules
/server_manager/install_scripts/do_install_script.ts
/server_manager/install_scripts/gcp_install_script.ts
/output
/build
/build
File renamed without changes.
2 changes: 1 addition & 1 deletion client/src/www/ui_components/app-root.js
Original file line number Diff line number Diff line change
Expand Up @@ -807,7 +807,7 @@ export class AppRoot extends mixinBehaviors([AppLocalizeBehavior], PolymerElemen

_computeLanguage(availableLanguages, defaultLanguage) {
const overrideLanguage = window.localStorage.getItem('overrideLanguage');
const bestMatchingLanguage = window.OutlineI18n.getBestMatchingLanguage(Object.keys(availableLanguages));
const bestMatchingLanguage = OutlineI18n.getBestMatchingLanguage(Object.keys(availableLanguages));
return overrideLanguage || bestMatchingLanguage || defaultLanguage;
}

Expand Down
2 changes: 1 addition & 1 deletion commitlint.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ module.exports = {
'always',
[
'client',
'client/build',
'client/cordova',
'client/cordova/android',
'client/cordova/apple',
Expand All @@ -24,6 +23,7 @@ module.exports = {
'service',
'service/linux',
'service/windows',
'src/build',
'www',
],
],
Expand Down

0 comments on commit fb89494

Please sign in to comment.