Skip to content

Commit

Permalink
Remove additional subtags note on getSystemUILanguage
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosjeurissen committed Oct 4, 2024
1 parent 42f71ae commit 7ac0a42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion proposals/i18n-system-languages.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ It would follow the following signature for [i18n.json](https://chromium.googles
"name": "getSystemUILanguage",
"type": "function",
"nocompile": true,
"description": "Gets the current UI locale of the Operating System. This is different from $(ref:i18n.getUILanguage) which returns the UI locale of the web browser. This locale could include additional information like preferred datetime format and number system if supported by the OS.",
"description": "Gets the current UI locale of the Operating System. This is different from $(ref:i18n.getUILanguage) which returns the UI locale of the web browser.",
"parameters": [],
"returns_async": {
"name": "callback",
Expand Down

0 comments on commit 7ac0a42

Please sign in to comment.