mirror of
https://github.com/google/pebble.git
synced 2025-04-30 15:21:41 -04:00
spelling: insensitive
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
parent
c592d79230
commit
6e17914ae0
1 changed files with 1 additions and 1 deletions
|
@ -67,7 +67,7 @@ static bool prv_matches_system_locale(jerry_value_t locale) {
|
|||
return true;
|
||||
}
|
||||
|
||||
// in the future, we could run a case-insenstive compare against app_get_system_locale()
|
||||
// in the future, we could run a case-insensitive compare against app_get_system_locale()
|
||||
// but as we want apps to encourage to be i18n, there's no real point to
|
||||
// receive strings such as 'en-us'. We will ask them to always pass undefined instead
|
||||
return false;
|
||||
|
|
Loading…
Add table
Reference in a new issue