Skip to content

Commit 09e5653

Browse files
committed
fix readme
1 parent edd6542 commit 09e5653

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -509,9 +509,9 @@ Service: `exporter`
509509

510510
Export 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

532532
Import 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

0 commit comments

Comments
 (0)