aboutsummaryrefslogtreecommitdiff
path: root/files/es/web_localizability
diff options
context:
space:
mode:
authorPeter Bengtsson <mail@peterbe.com>2020-12-08 14:41:45 -0500
committerPeter Bengtsson <mail@peterbe.com>2020-12-08 14:41:45 -0500
commit1109132f09d75da9a28b649c7677bb6ce07c40c0 (patch)
tree0dd8b084480983cf9f9680e8aedb92782a921b13 /files/es/web_localizability
parent4b1a9203c547c019fc5398082ae19a3f3d4c3efe (diff)
downloadtranslated-content-1109132f09d75da9a28b649c7677bb6ce07c40c0.tar.gz
translated-content-1109132f09d75da9a28b649c7677bb6ce07c40c0.tar.bz2
translated-content-1109132f09d75da9a28b649c7677bb6ce07c40c0.zip
initial commit
Diffstat (limited to 'files/es/web_localizability')
-rw-r--r--files/es/web_localizability/index.html19
1 files changed, 19 insertions, 0 deletions
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
+---
+<p>Localizability (or <em>l12y</em> 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:</p>
+<ol> <li><a href="/en/Web_Localizability/Creating_localizable_web_content" title="en/Web Localizability/Creating localizable web content">How to create localizable content.</a></li> <li><a href="/en/Web_Localizability/Localization_formats" title="en/Web Localizability/Localization formats">How to choose the right localization format.</a></li> <li><a href="/en/Web_Localizability/Creating_localizable_web_applications" title="en/Web Localizability/Creating localizable web applications">How to create localizable web applications.</a></li> <li><a href="/en/Web_Localizability/Setting_up_the_infrastructure" title="en/Web Localizability/Setting up the infrastructure">How to set up the infrastructure for localization.</a></li>
+</ol>
+<h3 id="Why_localizability_is_important">Why localizability is important</h3>
+<p>There are many reasons why you should start thinking about making your web app localizable as soon as possible.</p>
+<ol> <li>You will make localizer's life easier, for which they will be grateful.</li> <li>You will have quality content, localized and adapted to the needs of the local market.</li> <li>Extending you web app to support new languages will be easy.</li> <li>The content will be easier to maintain and update.</li> <li>You will end up writing more semanticly-correct code, which is good for your SEO.</li> <li>By reviewing your content and code for l12y, you will find and fix bugs in your original language too.</li>
+</ol>