Silme:Tools: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 3: | Line 3: | ||
== Scripts == | == Scripts == | ||
* [http://hg.mozilla.org/users/zbraniecki_mozilla.com/silme/file/tip/scripts/localize.py localize.py] - small proof of concept that allows you to localize missing strings from a locale | * [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 | ||
* [http://hg.mozilla.org/users/zbraniecki_mozilla.com/silme/file/tip/scripts/compare-locales.py compare-locales.py] - compares two packages that differs in language | * [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 | ||
* [http://hg.mozilla.org/users/zbraniecki_mozilla.com/silme/file/tip/scripts/compare-versions.py compare-versions.py] - compares two packages in the same language | * [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 | ||
* [http://hg.mozilla.org/users/zbraniecki_mozilla.com/silme/file/tip/scripts/clean_obsolete.py clean_obsolete.py] - cleans entities/files/directories obsolete in a locale | * [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 | ||
* [http://hg.mozilla.org/users/zbraniecki_mozilla.com/silme/file/tip/scripts/l10nconv.py l10nconv.py] - converts between different formats | * [http://hg.mozilla.org/users/zbraniecki_mozilla.com/silme-apps/file/tip/scripts/l10nconv.py l10nconv.py] - converts between different formats | ||
* [http://hg.mozilla.org/users/zbraniecki_mozilla.com/silme/file/tip/scripts/l10nmerge.py l10nmerge.py] - merges two locales in one of three methods | * [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 | ||
* [http://hg.mozilla.org/users/zbraniecki_mozilla.com/silme/file/tip/scripts/l10nmerge-3way.py l10nmerge-3way.py] - merges two locales taking changes made to the source locale into account | * [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 | ||
* [http://hg.mozilla.org/users/zbraniecki_mozilla.com/silme/file/tip/scripts/map_structure.py map_structure.py] + [http://hg.mozilla.org/users/zbraniecki_mozilla.com/silme/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. | * [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 == | == Sources == | ||
* [http://hg.mozilla.org/users/zbraniecki_mozilla.com/ | * [http://hg.mozilla.org/users/zbraniecki_mozilla.com/silmep-apps/file/tip/scripts/ http://hg.mozilla.org/users/zbraniecki_mozilla.com/silme-apps/file/tip/scripts/] |
Revision as of 13:58, 19 October 2009
Below you'll be able to find a list of silme scripts that can be useful for you to work with localizations or as an examples of silme patterns.
Scripts
- localize.py - small proof of concept that allows you to localize missing strings from a locale
- compare-locales.py - compares two packages that differs in language
- compare-versions.py - compares two packages in the same language
- clean_obsolete.py - cleans entities/files/directories obsolete in a locale
- l10nconv.py - converts between different formats
- l10nmerge.py - merges two locales in one of three methods
- l10nmerge-3way.py - merges two locales taking changes made to the source locale into account
- map_structure.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.