mirror of
https://github.com/scratchfoundation/scratch-vm.git
synced 2025-08-28 22:30:40 -04:00
fix norwegian id
This commit is contained in:
parent
9455112d74
commit
580e93d15a
1 changed files with 1 additions and 1 deletions
|
@ -89,7 +89,7 @@ const ICELANDIC_ID = 'is';
|
|||
const ITALIAN_ID = 'it';
|
||||
const JAPANESE_ID = 'ja';
|
||||
const KOREAN_ID = 'ko';
|
||||
const NORWEGIAN_ID = 'no';
|
||||
const NORWEGIAN_ID = 'nb';
|
||||
const POLISH_ID = 'pl';
|
||||
const PORTUGUESE_BR_ID = 'pt-br';
|
||||
const PORTUGUESE_ID = 'pt';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue