From 1109132f09d75da9a28b649c7677bb6ce07c40c0 Mon Sep 17 00:00:00 2001 From: Peter Bengtsson Date: Tue, 8 Dec 2020 14:41:45 -0500 Subject: initial commit --- files/es/web_localizability/index.html | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 files/es/web_localizability/index.html (limited to 'files/es/web_localizability') diff --git a/files/es/web_localizability/index.html b/files/es/web_localizability/index.html new file mode 100644 index 0000000000..7a7430e26d --- /dev/null +++ b/files/es/web_localizability/index.html @@ -0,0 +1,19 @@ +--- +title: Web Localizability +slug: Web_Localizability +tags: + - Internationalization + - Localizability + - Localization + - NeedsTranslation + - TopicStub + - Web Development +translation_of: Mozilla/Localization/Web_Localizability +--- +

Localizability (or l12y for short) is a characteristic found in an application or content that enables localization. The following list contains links to pages that highlight steps that can be taken to make web content localizable.  The documentation is divided into 4 parts:

+
  1. How to create localizable content.
  2. How to choose the right localization format.
  3. How to create localizable web applications.
  4. How to set up the infrastructure for localization.
  5. +
+

Why localizability is important

+

There are many reasons why you should start thinking about making your web app localizable as soon as possible.

+
  1. You will make localizer's life easier, for which they will be grateful.
  2. You will have quality content, localized and adapted to the needs of the local market.
  3. Extending you web app to support new languages will be easy.
  4. The content will be easier to maintain and update.
  5. You will end up writing more semanticly-correct code, which is good for your SEO.
  6. By reviewing your content and code for l12y, you will find and fix bugs in your original language too.
  7. +
-- cgit v1.2.3-54-g00ecf