From 33058f2b292b3a581333bdfb21b8f671898c5060 Mon Sep 17 00:00:00 2001 From: Peter Bengtsson Date: Tue, 8 Dec 2020 14:40:17 -0500 Subject: initial commit --- files/ja/glossary/ltr/index.html | 45 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 45 insertions(+) create mode 100644 files/ja/glossary/ltr/index.html (limited to 'files/ja/glossary/ltr') diff --git a/files/ja/glossary/ltr/index.html b/files/ja/glossary/ltr/index.html new file mode 100644 index 0000000000..397daf4258 --- /dev/null +++ b/files/ja/glossary/ltr/index.html @@ -0,0 +1,45 @@ +--- +title: LTR (左書き) +slug: Glossary/ltr +tags: + - Composing + - Glossary + - Localization + - 用語集 +translation_of: Glossary/ltr +--- +

LTR (Left To Right, 左書き) は、テキストが左から右に書かれることを示す{{Glossary("locale", "ロケール")}}プロパティです。例えば、 en-US ロケール (アメリカ英語) は左書きを指定します。西洋の言語の多くは、世界中の他の言語と同様に、 LTR で書かれます。

+ +

LTR とは逆に、 {{Glossary("RTL")}} (Right To Left, 右書き) はアラビア語 (ar) やヘブライ語 (he) など、他の一般的な語で使われます。

+ +

技術情報

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