Browse Source
Merge pull request #4668 from lioncash/port
control_metadata: Resolve typo in Portuguese language name
pull/15/merge
bunnei
5 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
src/core/file_sys/control_metadata.h
|
|
|
@ -83,7 +83,7 @@ enum class Language : u8 { |
|
|
|
Italian = 7, |
|
|
|
Dutch = 8, |
|
|
|
CanadianFrench = 9, |
|
|
|
Portugese = 10, |
|
|
|
Portuguese = 10, |
|
|
|
Russian = 11, |
|
|
|
Korean = 12, |
|
|
|
Taiwanese = 13, |
|
|
|
|