Files
QuickLook/QuickLook.Plugin/QuickLook.Plugin.FontViewer/Translations.config
VenusGirl❤ a4d118e11f
Some checks failed
MSBuild / build (push) Has been cancelled
MSBuild / publish (push) Has been cancelled
Update Korean (#1710)
2025-07-23 15:07:39 +08:00

20 lines
644 B
XML

<?xml version="1.0" encoding="utf-8"?>
<Translations>
<en>
<SAMPLE_TEXT>The quick brown fox jumped over the lazy dog. 1234567890</SAMPLE_TEXT>
</en>
<ko>
<SAMPLE_TEXT>지금 이 순간, 나의 아름다움은 가장 빛난다 - 비너스걸. 1234567890</SAMPLE_TEXT>
</ko>
<zh-CN>
<SAMPLE_TEXT>Innovation in China 中国智造,惠及全球 0123456789</SAMPLE_TEXT>
</zh-CN>
<zh-TW>
<SAMPLE_TEXT>Innovation in China 中國智造,惠及全球 0123456789</SAMPLE_TEXT>
</zh-TW>
<de>
<SAMPLE_TEXT>Der schnelle braune Fuchs sprang über den faulen Hund. 1234567890</SAMPLE_TEXT>
</de>
</Translations>