2
edits
(Created page with 'Below you'll be able to find a list of scripts that can be useful for you to work with localizations or as an examples of silme patterns. == Scripts == * localize.py * compare-...') |
m (fixed hg url) |
||
(5 intermediate revisions by one other user not shown) | |||
Line 1: | Line 1: | ||
Below you'll be able to find a list of scripts that can be useful for you to work with localizations or as an examples of silme patterns. | Below you'll be able to find a list of [[Silme|silme]] scripts that can be useful for you to work with localizations or as an examples of silme patterns. | ||
== Scripts == | == Scripts == | ||
* localize.py | * [http://hg.mozilla.org/users/zbraniecki_mozilla.com/silme-apps/file/tip/scripts/localize.py localize.py] - small proof of concept that allows you to localize missing strings from a locale | ||
* compare-locales.py | * [http://hg.mozilla.org/users/zbraniecki_mozilla.com/silme-apps/file/tip/scripts/compare-locales.py compare-locales.py] - compares two packages that differs in language | ||
* compare-versions.py | * [http://hg.mozilla.org/users/zbraniecki_mozilla.com/silme-apps/file/tip/scripts/compare-versions.py compare-versions.py] - compares two packages in the same language | ||
* clean_obsolete.py | * [http://hg.mozilla.org/users/zbraniecki_mozilla.com/silme-apps/file/tip/scripts/clean_obsolete.py clean_obsolete.py] - cleans entities/files/directories obsolete in a locale | ||
* l10nconv.py | * [http://hg.mozilla.org/users/zbraniecki_mozilla.com/silme-apps/file/tip/scripts/l10nconv.py l10nconv.py] - converts between different formats | ||
* l10nmerge.py | * [http://hg.mozilla.org/users/zbraniecki_mozilla.com/silme-apps/file/tip/scripts/l10nmerge.py l10nmerge.py] - merges two locales in one of three methods | ||
* l10nmerge-3way.py | * [http://hg.mozilla.org/users/zbraniecki_mozilla.com/silme-apps/file/tip/scripts/l10nmerge-3way.py l10nmerge-3way.py] - merges two locales taking changes made to the source locale into account | ||
* map_structure.py + apply_map.py | * [http://hg.mozilla.org/users/zbraniecki_mozilla.com/silme-apps/file/tip/scripts/map_structure.py map_structure.py] + [http://hg.mozilla.org/users/zbraniecki_mozilla.com/silme-apps/file/tip/scripts/apply_map.py apply_map.py] - creates a map file between different file structures (for example xpi package and source structure) and applies this map to morph one structure into another. | ||
* | |||
== Sources == | |||
* [http://hg.mozilla.org/users/zbraniecki_mozilla.com/silme-apps/file/tip/scripts/ http://hg.mozilla.org/users/zbraniecki_mozilla.com/silme-apps/file/tip/scripts/] |
edits