Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
jfilla committed Sep 10, 2020
1 parent f3d5a7a commit 7698242
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,13 +83,13 @@ You can also create and register your own loader, just make sure it implements `

## Export \ Import

For exporting translation to CSV or GoogleSheet (or both) configure
For exporting translation to CSV or GoogleSheet (or both) update configuration file.

```neon
namespaceTranslator:
transfer:
google:
credentials: credentials.json
. credentials: credentials.json
sheetId: googleSheetId
parts:
- directory: %vendorDir%/../App/AdminModule
Expand Down Expand Up @@ -159,7 +159,7 @@ file, key, en, de, format

columns `file`, `key` and `format` shouldn't be modified.

For details see example [export.csv](./tests/NamespaceTranslatorTests/Transfer/Export/Writters/export.csv)
For details see example [export.csv](./tests/NamespaceTranslatorTests/Transfer/Export/Writters/export.csv).

### Limitation of TranslationClass

Expand Down

0 comments on commit 7698242

Please sign in to comment.