From 9ace67d06f2369e3c770e3a11e06e1c8cc9f66fd Mon Sep 17 00:00:00 2001 From: Peter Bengtsson Date: Thu, 15 Jul 2021 12:58:54 -0400 Subject: delete pages that were never translated from en-US (de, part 1) (#1548) --- files/de/web/manifest/short_name/index.html | 71 ----------------------------- 1 file changed, 71 deletions(-) delete mode 100644 files/de/web/manifest/short_name/index.html (limited to 'files/de/web/manifest') diff --git a/files/de/web/manifest/short_name/index.html b/files/de/web/manifest/short_name/index.html deleted file mode 100644 index 0a54ba4c3c..0000000000 --- a/files/de/web/manifest/short_name/index.html +++ /dev/null @@ -1,71 +0,0 @@ ---- -title: short_name -slug: Web/Manifest/short_name -translation_of: Web/Manifest/short_name ---- -
{{QuickLinksWithSubpages("/en-US/docs/Web/Manifest")}}
- - - - - - - - - - - - -
TypeString
MandatoryNo
- -

The short_name member is a string that represents the name of the web application displayed to the user if there is not enough space to display name (e.g., as a label for an icon on the phone home screen). short_name is directionality-capable, which means it can be displayed left-to-right or right-to-left based on the value of the dir and lang manifest members.

- -

Examples

- -

Simple short_name in left-to-right language:

- -
"name": "Awesome application",
-"short_name": "Awesome app"
- -

short_name in Arabic, which will be displayed right-to-left:

- -
"dir": "rtl",
-"lang": "ar",
-"name": "تطبيق رائع",
-"short_name": "رائع"
-
- -

Specification

- - - - - - - - - - - - - - - - - - -
SpecificationStatusCommentFeedback
-

{{SpecName('Manifest', '#short_name-member', 'short_name')}}

-
-

{{Spec2('Manifest')}}

-
-

Initial definition.

-
-

Web App Manifest Working Group drafts

-
- -

Browser compatibility

- - - -

{{Compat("html.manifest.short_name")}}

-- cgit v1.2.3-54-g00ecf