Use source loader for email sprite icons
[ProtonMail-WebClient.git] / packages / i18n / help
blob75f6c7c6a6931209c89cc050a9cc26f94bf91ec5
1 Usage: $ proton-i18n <command>
2 Available commands:
3   - [blue]validate[/blue] [yellow]<type>[/yellow]
4       To validate the translations, check if we have contexts
5         - type: default (default) validate we don't have missing context
6         - type: lint-functions check if we use the right format for ttag
8   - [blue]extract[/blue] [yellow]<type>[/yellow]
9       Extract all translations from the projet
10       - type: default (app) extract translations from the app and reactComponents + shared
11       - type: reactComponents extract only translations from @proton/components
12       - type: shared extract only translations from @proton/shared