Skip to content

Commit fced72b

Browse files
committed
fix
1 parent c711689 commit fced72b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -515,7 +515,7 @@ Service: `exporter`
515515

516516
Export all your translation strings to a CSV file in the following format:
517517

518-
| Key | en | fr |
518+
| key | en | fr |
519519
| ------------------- | ----- | --------- |
520520
| messages.auth.login | Login | Connexion |
521521

@@ -537,7 +537,7 @@ Service: `exporter`
537537

538538
Import translation strings from a CSV file. Ensure your CSV follows the format below:
539539

540-
| Key | en | fr |
540+
| key | en | fr |
541541
| ------------------- | ----- | --------- |
542542
| messages.auth.login | Login | Connexion |
543543

0 commit comments

Comments
 (0)