1 Usage: $ proton-i18n <command>
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