gecko-dev/python/devtools/migrate-l10n
Edwin Gao bf3cb1ec8b Bug 1559975 - fix python2 linter errors for python/devtools r=ahal
Differential Revision: https://phabricator.services.mozilla.com/D37640

--HG--
extra : moz-landing-system : lando
2019-07-16 17:46:08 +00:00
..
migrate Bug 1559975 - fix python2 linter errors for python/devtools r=ahal 2019-07-16 17:46:08 +00:00
README.rst

README.rst

Этот файл содержит невидимые символы Юникода!

Этот файл содержит невидимые символы Юникода, которые могут быть отображены не так, как показано ниже. Если это намеренно, можете спокойно проигнорировать это предупреждение. Используйте кнопку Экранировать, чтобы показать скрытые символы.

devtools-l10n-migration script
==============================

For devtools.html, devtools will no longer rely on DTD files. This migration
script is aimed at localizers to automate the migration of strings from DTD to
properties files.

How to run this script?

To migrate all configuration files:
  python migrate/main.py path/to/your/l10n/repo/ -c migrate/conf/

To migrate only one configuration file:
  python migrate/main.py path/to/your/l10n/repo/ -c migrate/conf/bug1294186

All configuration files should be named after the bug where specific devtools strings were migrated.