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`
509
509
510
510
Export all your translation strings to a CSV file in the following format:
511
511
512
- | Key | English | French |
513
- | ------------------- | ------- | --------- |
514
- | messages.auth.login | Login | Connexion |
512
+ | Key | en | fr |
513
+ | ------------------- | ----- | --------- |
514
+ | messages.auth.login | Login | Connexion |
515
515
516
516
### CLI Usage
517
517
@@ -531,9 +531,9 @@ Service: `exporter`
531
531
532
532
Import translation strings from a CSV file. Ensure your CSV follows the format below:
533
533
534
- | Key | English | French |
535
- | ------------------- | ------- | --------- |
536
- | messages.auth.login | Login | Connexion |
534
+ | Key | en | fr |
535
+ | ------------------- | ----- | --------- |
536
+ | messages.auth.login | Login | Connexion |
537
537
538
538
### CLI Usage
539
539
You can’t perform that action at this time.
0 commit comments