File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -509,9 +509,9 @@ Service: `exporter`
509509
510510Export all your translation strings to a CSV file in the following format:
511511
512- | Key | English | French |
513- | ------------------- | ------- | --------- |
514- | messages.auth.login | Login | Connexion |
512+ | Key | en | fr |
513+ | ------------------- | ----- | --------- |
514+ | messages.auth.login | Login | Connexion |
515515
516516### CLI Usage
517517
@@ -531,9 +531,9 @@ Service: `exporter`
531531
532532Import translation strings from a CSV file. Ensure your CSV follows the format below:
533533
534- | Key | English | French |
535- | ------------------- | ------- | --------- |
536- | messages.auth.login | Login | Connexion |
534+ | Key | en | fr |
535+ | ------------------- | ----- | --------- |
536+ | messages.auth.login | Login | Connexion |
537537
538538### CLI Usage
539539
You can’t perform that action at this time.
0 commit comments