Skip to content

CLI: Synchronising changes in your PO files

Francesco Novy edited this page Nov 20, 2018 · 1 revision

The synchronizer will parse a given PO file, use message strings from each entry and uses them as new message ids accross JS and HBS files in your app. This is especially helpful if you proof read your current message ids before handing them over to translators for other languages.

Run the following command from your Ember project root for synchronization:

ember l10n:sync

To see all available command line options for the synchronization script please run:

ember l10n:sync -h