Articles tagged: Internationalization
Found 62 documents
- Archive/Firefox_OS/Firefox_OS_apps/Firefox_OS_in_Arabic/Action_and_Context_Menus Headers will read right to left and are right-aligned (E). Action menu items have right-aligned ...
- Archive/Firefox_OS/Firefox_OS_apps/Firefox_OS_in_Arabic/Home_Screen Hint text will read right to left and is right-aligned. If cursor is inserted, it will appear at ...
- Archive/Firefox_OS/Firefox_OS_apps/Firefox_OS_in_Arabic/Lock_Screen Numbers generally still run left to right (A). Military (24 hour) format is favored.
- Archive/Firefox_OS/Firefox_OS_apps/Localization/Internationalization_helpers_IntlHelper_and_mozIntl This article looks at how Firefox OS handles localization of dates, times, numbers and collators ...
- Documentation_for_BiDi_Mozilla This is preliminary documentation of the changes introduced to Mozilla as part of the BiDi ...
- Encodings_for_localization_files When creating a localization for Mozilla products, it’s important to be aware of the encoding of ...
- gettext gettext lets you define and use singular and plural forms of a string. To take advantage of this ...
- Glossary/I18N i18n (from "internationalization", a 20-letter word) is the best practice that enables products ...
- L10n_Checks L10n Checks is a Python script and library similar to compare-locales. It allows Mozilla ...
- Mozilla/Add-ons/WebExtensions/API/i18n/Locale-Specific_Message_reference Each internationalized WebExtension has at least one file named messages.json that provides ...
- Mozilla/Add-ons/WebExtensions/Internationalization The WebExtensions API has a rather handy module available for internationalizing add-ons — i18n. ...
- Mozilla/Creating_a_language_pack To create a language pack, or a localization repack, you first need to go through the initial ...
- Mozilla/Creating_a_localized_Windows_installer_of_SeaMonkey Preamble: not all of the programs listed below are necessary. Some of them are simply the ones I ...
- Mozilla/Localization/FAQ This page lists tweaks and tips that may not require a complete page on its own. For more ...
- Mozilla/Localization/Localization_and_Plurals You're likely here because you're localizing a.properties file and it had a link to this page. ...
- Mozilla/Localization/Localization_content_best_practices This document provides best practices for developers to create localizable code, and describes ...
- Mozilla/Localization/Localization_notes Localizers usually work on the localizable files without the context of the source files ...
- Mozilla/Localization/Localizing_an_extension This article expands upon the previous samples on extension writing by adding localization ...
- Mozilla/Localization/Localizing_extension_descriptions This article provides details on how to go about localizing the descriptions of Mozilla add-ons, ...
- Mozilla/Localization/Localizing_extension_metadata_on_addons.mozilla.org AMO supports localized metadata for each extension. This data describes the extension, and ...
- Mozilla/Localization/Localizing_with_Mercurial In Mozilla, we use the the Mercurial version control system (Hg) to manage our source code and ...
- Mozilla/Localization/Prerequisites To work on localization, you need a subset of the Mozilla Build Prerequisites. On Mac and Linux, ...
- Mozilla/Localization/Writing_localizable_code This page tells you about best practices and guidelines when dealing with UI code with respect ...
- Mozilla/Projects/compare-locales compare-locales is a python script that helps localizers to check their work without running ...
- Mozilla/Tech/XUL/International_characters_in_XUL_JavaScript Gecko 1.8, as used in Firefox 1.5 and other applications, added support for non-ASCII characters ...
- Mozilla/Tech/XUL/Tutorial/Localization XUL and XML provide entities which are a convenient way of allowing localization.
- Mozilla/Tech/XUL/Tutorial/Property_Files In a script, entities cannot be used. Property files are used instead.
- Mozilla/Tech/XUL/Using_multiple_DTDs Normally you have a single DTD (D ocument T ype D efinition) to localize a specific XUL file. ...
- Mozilla/Thunderbird/comm-central comm-central is a Mercurial repository of the Thunderbird, SeaMonkey, and Lightning extension ...
- Reading_textual_data This article describes how to read textual data from streams, files and sockets.
- Web/API/AudioProcessingEvent The Web Audio API AudioProcessingEvent represents events that occur when a ScriptProcessorNode ...
- Web/JavaScript/Reference/Global_Objects/Array/toLocaleString The toLocaleString() method returns a string representing the elements of the array. The ...
- Web/JavaScript/Reference/Global_Objects/Collator The Intl.Collator object is a constructor for collators, objects that enable language sensitive ...
- Web/JavaScript/Reference/Global_Objects/Collator/compare The Intl.Collator.prototype.compare property returns a getter function that compares two strings ...
- Web/JavaScript/Reference/Global_Objects/Collator/prototype The Intl.Collator.prototype property represents the prototype object for the Intl.Collator ...
- Web/JavaScript/Reference/Global_Objects/Collator/resolvedOptions The Intl.Collator.prototype.resolvedOptions() method returns a new object with properties ...
- Web/JavaScript/Reference/Global_Objects/Collator/supportedLocalesOf The Intl.Collator.supportedLocalesOf() method returns an array containing those of the provided ...
- Web/JavaScript/Reference/Global_Objects/Date/toLocaleDateString The toLocaleDateString() method returns a string with a language sensitive representation of the ...
- Web/JavaScript/Reference/Global_Objects/Date/toLocaleString The toLocaleString() method returns a string with a language sensitive representation of this ...
- Web/JavaScript/Reference/Global_Objects/Date/toLocaleTimeString The toLocaleTimeString() method returns a string with a language sensitive representation of the ...
- Web/JavaScript/Reference/Global_Objects/DateTimeFormat The Intl.DateTimeFormat object is a constructor for objects that enable language sensitive date ...
- Web/JavaScript/Reference/Global_Objects/DateTimeFormat/format The Intl.DateTimeFormat.prototype.format property returns a getter function that formats a date ...
- Web/JavaScript/Reference/Global_Objects/DateTimeFormat/formatToParts The Intl.DateTimeFormat.prototype.formatToParts() method allows locale-aware formatting of ...
- Web/JavaScript/Reference/Global_Objects/DateTimeFormat/prototype The Intl.DateTimeFormat.prototype property represents the prototype object for the ...
- Web/JavaScript/Reference/Global_Objects/DateTimeFormat/resolvedOptions The Intl.DateTimeFormat.prototype.resolvedOptions() method returns a new object with properties ...
- Web/JavaScript/Reference/Global_Objects/DateTimeFormat/supportedLocalesOf The Intl.DateTimeFormat.supportedLocalesOf() method returns an array containing those of the ...
- Web/JavaScript/Reference/Global_Objects/Intl The Intl object is the namespace for the ECMAScript Internationalization API, which provides ...
- Web/JavaScript/Reference/Global_Objects/Intl/getCanonicalLocales The Intl.getCanonicalLocales() method returns an array containing the canonical locale names. ...
- Web/JavaScript/Reference/Global_Objects/Number/toLocaleString The toLocaleString() method returns a string with a language sensitive representation of this ...
- Web/JavaScript/Reference/Global_Objects/NumberFormat The Intl.NumberFormat object is a constructor for objects that enable language sensitive number ...
- Web/JavaScript/Reference/Global_Objects/NumberFormat/format The Intl.NumberFormat.prototype.format property returns a getter function that formats a number ...
- Web/JavaScript/Reference/Global_Objects/NumberFormat/prototype The Intl.NumberFormat.prototype property represents the prototype object for the ...
- Web/JavaScript/Reference/Global_Objects/NumberFormat/resolvedOptions The Intl.NumberFormat.prototype.resolvedOptions() method returns a new object with properties ...
- Web/JavaScript/Reference/Global_Objects/NumberFormat/supportedLocalesOf The Intl.NumberFormat.supportedLocalesOf() method returns an array containing those of the ...
- Web/JavaScript/Reference/Global_Objects/String/localeCompare The localeCompare() method returns a number indicating whether a reference string comes before ...
- Web/JavaScript/Reference/Global_Objects/String/toLocaleLowerCase The toLocaleLowerCase() method returns the calling string value converted to lower case, ...
- Web/JavaScript/Reference/Global_Objects/String/toLocaleUpperCase The toLocaleUpperCase() method returns the calling string value converted to upper case, ...
- Web_Localizability Localizability (or l12y for short) is a characteristic found in an application or content that ...
- Web_Localizability/Creating_localizable_web_applications An important step of developing a web application or creating web content is making sure that it ...
- Web_Localizability/Creating_localizable_web_content
- What_every_Mozilla_translator_should_know l10n stands for localization = l + another 10 letters + n
- Writing_textual_data This article describes how to write textual data to streams, files and sockets in an ...