Skip to content

Commit 2b02846

Browse files
authored
Correct one Korean typo in banner.js
The correct Korean sentence is `Android가 폐'쇠'된 플랫폼이 되기 까지 남은 시간:`, but there was a typo in the latest version where it would appear like this: `Android가 폐'쇇'된 플랫폼이 되기 까지 남은 시간:` Since '쇠'(`U+C1E0`) and '쇇'(`U+C1C7`) are close in the UTF-8 encoding table, the escape character appears to have been written incorrectly. Signed-off-by: AlphaKR93 <dev@alpha93.kr>
1 parent 7ed9db7 commit 2b02846

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

public/banner.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
fr: "Android deviendra une plateforme verrouill\u00E9e",
3434
id: "Android akan menjadi platform yang terkunci.",
3535
it: "Android diventer\u00E0 una piattaforma bloccata",
36-
ko: "Android\uAC00 \uD3D0\uC1C7\uB41C \uD50C\uB7AB\uD3FC\uC774 \uB418\uAE30 \uAE4C\uC9C0 \uB0A8\uC740 \uC2DC\uAC04:",
36+
ko: "Android\uAC00 \uD3D0\uC1E0\uB41C \uD50C\uB7AB\uD3FC\uC774 \uB418\uAE30 \uAE4C\uC9C0 \uB0A8\uC740 \uC2DC\uAC04:",
3737
pl: "Android stanie si\u0119 platform\u0105 zamkni\u0119t\u0105",
3838
"pt-BR": "O Android se tornar\u00E1 uma plataforma fechada",
3939
ru: "Android \u0441\u0442\u0430\u043D\u0435\u0442 \u0437\u0430\u043A\u0440\u044B\u0442\u043E\u0439 \u043F\u043B\u0430\u0442\u0444\u043E\u0440\u043C\u043E\u0439 \u0447\u0435\u0440\u0435\u0437",

0 commit comments

Comments
 (0)