From 3b8a92f3a5edaafafa353eee5b537f301b44718b Mon Sep 17 00:00:00 2001 From: Christian Liebel Date: Mon, 9 Oct 2023 12:08:11 +0200 Subject: [PATCH] Add members for localization --- index.html | 201 ++++++++++++++++++++++++++++++++++++++++++++++------- 1 file changed, 177 insertions(+), 24 deletions(-) diff --git a/index.html b/index.html index a47e031a..e6c9940c 100644 --- a/index.html +++ b/index.html @@ -451,21 +451,6 @@

manifest. The [=manifest/dir=] member's value can be set to a text-direction.

-

- The localizable members are: -

-

The text-directions are the following, implying that the value of the localizable members is by default: @@ -593,7 +578,7 @@

"manifest">name member is a string that represents the name of the web application as it is usually displayed to the user (e.g., amongst a list of other applications, or as a - label for an icon). + label for an icon). This member is a [=localizable member=].

The [=manifest/name=] member serves as the "manifest">short_name member is a string that represents a short version of the name of the web application. It is intended to be used where there is insufficient space to display the - full name of the web application. + full name of the web application. This member is a [=localizable + member=].

When [=processing a manifest=], the [=process a text member=] @@ -675,6 +661,10 @@

an OS's task switcher and/or system preferences.

+

+ This member is a [=localizable member=]. Setting a [=text-direction=] + is not supported and will be ignored. +