From 5c179884f4c6896e50980d3039250447c092026a Mon Sep 17 00:00:00 2001 From: Forbidden <10278743+f0rb1d@users.noreply.github.com> Date: Sat, 10 Apr 2021 11:20:14 -0400 Subject: zh-cn: Add RTL glossary. This commit adds the RTL term in Simplified Chinese. --- files/zh-cn/glossary/rtl/index.html | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 files/zh-cn/glossary/rtl/index.html (limited to 'files/zh-cn') diff --git a/files/zh-cn/glossary/rtl/index.html b/files/zh-cn/glossary/rtl/index.html new file mode 100644 index 0000000000..f7446744d3 --- /dev/null +++ b/files/zh-cn/glossary/rtl/index.html @@ -0,0 +1,24 @@ +--- +title: RTL(从右到左) +slug: Glossary/rtl +tags: + - 书写 + - 术语 + - 本地化 +--- +

RTL从右到左,Right To Left)是{{Glossary("locale")}}的性质之一,用于指示语言从右到左的书写方向。举个例子,he 语言(希伯来语)指定从右往左书写,而阿拉伯语(ar)也是另一种从右往左书写的常见语言。

+ +

与 RTL 相对的是 LTR(从左到右,Left To Right),用于包括英语(enen-USen-GB 等等)、西班牙语(es)及法语(fr)在内的其他语言。

+ + -- cgit v1.2.3-54-g00ecf