[SYSTEM OK] - CORE OS LOADED [USER: GUEST] [LOGGED IN: 127.0.0.1]
admin@system : ~/blog $
cat multi-language-test.mdx
/* TITLE: Multi-Language Test / 多語言測試 */
/* DATE: 2026-04-18 */
/* TAGS: <a href="/tags/system" class="hover:text-accent-cyan underline">#system</a>, <a href="/tags/i18n" class="hover:text-accent-cyan underline">#i18n</a>, <a href="/tags/fonts" class="hover:text-accent-cyan underline">#fonts</a> */

Multi-language Terminal Initialization

Khởi tạo Terminal Đa Ngôn Ngữ

多語言終端初始化

Welcome to the matrix. This document verifies the rendering capabilities of the current styling system.

Chào mừng đến với ma trận. Tài liệu này xác minh khả năng hiển thị phông chữ của hệ thống hiện tại.

歡迎來到矩陣。本文件驗證當前系統的字體渲染能力。

[!INFO] SYSTEM LOG Ensure all encodings are set to UTF-8. Đảm bảo tất cả các bảng mã được đặt là UTF-8. 請確保所有編碼都設置為 UTF-8。

Code Block Test

def greet():
    print("Hello, world!")           # English
    print("Xin chào thế giới!")      # Tiếng Việt
    print("你好,世界!")              # 繁體中文

if __name__ == "__main__":
    greet()

Typography Variations

  • English: The quick brown fox jumps over the lazy dog.
  • Tiếng Việt: Chữ quốc ngữ, hành trang văn hoá, mang hồn dân tộc bay xa ngàn đời.
  • 繁體中文: 繁體中文是傳統的漢字書寫體系,廣泛使用於台灣、香港和澳門。
[ <- cd .. ]