Skip to content

Commit

Permalink
Moved localizations.yaml to the root
Browse files Browse the repository at this point in the history
  • Loading branch information
oharsta committed Nov 12, 2024
1 parent 259eb74 commit 1c4639a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,12 +92,10 @@ cat myconext.crt |ghead -n -1 |tail -n +2 | tr -d '\n'; echo
The github actions will generate new translations of the source is changed.

```
cd account-gui
yarn localicious render ../myconext-server/src/main/resources/localizations.yaml ./src/locale/ --languages en,nl --outputTypes js -c SHARED
rm -fr ./src/locale/js/Localizable.ts
cd myconext-gui
yarn localicious render ../myconext-server/src/main/resources/localizations.yaml ./src/locale/ --languages en,nl --outputTypes js -c SHARED
rm -fr ./src/locale/js/Localizable.ts
yarn localicious render ./localizations.yaml ./account-gui/src/locale/ --languages en,nl --outputTypes js -c SHARED
rm -fr ./account-gui/src/locale/js/Localizable.ts
yarn localicious render ./localizations.yaml ./myconext-gui/src/locale/ --languages en,nl --outputTypes js -c SHARED
rm -fr ./myconext-gui/src/locale/js/Localizable.ts
```

### [Miscellaneous](#miscellaneous)
Expand Down
File renamed without changes.

0 comments on commit 1c4639a

Please sign in to comment.