-
Notifications
You must be signed in to change notification settings - Fork 180
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
i18n: transcribe missing english subtitles (#3199)
Co-authored-by: Hat Kid <[email protected]> Co-authored-by: ManDude <[email protected]> Co-authored-by: blahpy <[email protected]>
- Loading branch information
1 parent
cca829a
commit 014cbb0
Showing
11 changed files
with
26,486 additions
and
4,196 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,40 @@ | ||
{ | ||
"cutscenes": {}, | ||
"other": {}, | ||
"speakers": {} | ||
"speakers": { | ||
"agent": "Agent", | ||
"ashelin": "Ashelin", | ||
"baron": "Baron Praxis", | ||
"brutter": "Brutter", | ||
"citizen-female": "Citizen", | ||
"citizen-male": "Citizen", | ||
"computer": "Computer", | ||
"darkjak": "Dark Jak", | ||
"daxter": "Daxter", | ||
"errol": "Erol", | ||
"grim": "Grim", | ||
"guard": "Krimzon Guard", | ||
"guard-a": "Guard A", | ||
"guard-b": "Guard B", | ||
"jak": "Jak", | ||
"jinx": "Jinx", | ||
"keira": "Keira", | ||
"keira-before-class-3": "Mechanic", | ||
"kid": "Kid", | ||
"kor": "Kor", | ||
"krew": "Krew", | ||
"metalkor": "Metal Kor", | ||
"mog": "Mog", | ||
"onin": "Onin", | ||
"oracle": "Oracle", | ||
"pecker": "Pecker", | ||
"precursor": "Precursor", | ||
"samos": "Samos", | ||
"sig": "Sig", | ||
"tess": "Tess", | ||
"torn": "Torn", | ||
"vin": "Vin", | ||
"youngsamos": "Young Samos", | ||
"youngsamos-before-rescue": "Samos" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,40 @@ | ||
{ | ||
"cutscenes": {}, | ||
"other": {}, | ||
"speakers": {} | ||
"speakers": { | ||
"agent": "Agent", | ||
"ashelin": "Ashelin", | ||
"baron": "Baron Praxis", | ||
"brutter": "Brutter", | ||
"citizen-female": "Citizen", | ||
"citizen-male": "Citizen", | ||
"computer": "Computer", | ||
"darkjak": "Dark Jak", | ||
"daxter": "Daxter", | ||
"errol": "Erol", | ||
"grim": "Grim", | ||
"guard": "Krimzon Guard", | ||
"guard-a": "Guard A", | ||
"guard-b": "Guard B", | ||
"jak": "Jak", | ||
"jinx": "Jinx", | ||
"keira": "Keira", | ||
"keira-before-class-3": "Mechanic", | ||
"kid": "Kid", | ||
"kor": "Kor", | ||
"krew": "Krew", | ||
"metalkor": "Metal Kor", | ||
"mog": "Mog", | ||
"onin": "Onin", | ||
"oracle": "Oracle", | ||
"pecker": "Pecker", | ||
"precursor": "Precursor", | ||
"samos": "Samos", | ||
"sig": "Sig", | ||
"tess": "Tess", | ||
"torn": "Torn", | ||
"vin": "Vin", | ||
"youngsamos": "Young Samos", | ||
"youngsamos-before-rescue": "Samos" | ||
} | ||
} |
Oops, something went wrong.