Files
QuickLook/QuickLook.Plugin/QuickLook.Plugin.FontViewer/Translations.config
ema 833222507b
Some checks failed
MSBuild / build (push) Has been cancelled
MSBuild / publish (push) Has been cancelled
Update font pangram
2025-05-29 18:48:24 +08:00

14 lines
399 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>
<zh-CN>
<SAMPLE_TEXT>Innovation in China 中国智造,惠及全球 0123456789</SAMPLE_TEXT>
</zh-CN>
<zh-TW>
<SAMPLE_TEXT>Innovation in China 中國智造,惠及全球 0123456789</SAMPLE_TEXT>
</zh-TW>
</Translations>