update language

Cameron Kaiser 2018-02-22 18:22:23 -08:00
parent 22d7821882
commit 8aa849273c

@ -1,11 +1,11 @@
This document explains how to localize TenFourFox and make a langpack installer. TenFourFox does not use regular Firefox language packs due to its different chrome storage format, but they are relatively straightforward to convert.
If you're interested in contributing a localization for your language, please see [issue 42](/classilla/tenfourfox/issues/42).
If you're interested in contributing a localization for your language, please see [issue 328](/classilla/tenfourfox/issues/328).
Summary of changes for 45:
Summary of changes for 45 and the FPR series:
* TenFourFox.dtd and TenFourFox.properties contain strings of features to be added to 10.4Fx at a later stage.
* string "TenFourFox does not support plugins for this content." has been moved to chrome/(language)/locale/(language)/pluginproblem/pluginproblem.dtd
* `TenFourFox.dtd` and `TenFourFox.properties` contain strings of features to be added to 10.4Fx at a later stage.
* string `TenFourFox does not support plugins for this content.` has been moved to `chrome/(language)/locale/(language)/pluginproblem/pluginproblem.dtd`
# Localization Guide
@ -23,7 +23,7 @@ Summary of changes for 45:
## 2. The installer application
The installer application and script has already been developed to a stable point. File concerns with [issue 42](/classilla/tenfourfox/issues/42).
The installer application and script has already been developed to a stable point. File concerns with [issue 328](/classilla/tenfourfox/issues/328).
Rename your installer application with the correct language and version, e.g., `TFF-24-langpack-(your language).app` or the like so that people can see which exact version of 10.4Fx it is for, and which language the browser is changed to. Strings between minor versions of the browser (24.0.0->24.0.1, 38.0->38.2, etc.) are usually frozen, so the same installer app can be used; however, installers cannot work between major versions (for example, an installer for 38 cannot be used for 45).