Skip to content

Commit

Permalink
readme update
Browse files Browse the repository at this point in the history
  • Loading branch information
Athou committed Oct 28, 2022
1 parent d187c23 commit 42c740e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,10 +77,11 @@ Files for internationalization are located [here](https://github.com/Athou/comma

To add a new language:

- edit `commafeed-client/src/i18n.ts` and
- edit `commafeed-client/src/i18n.ts`
- add the new locale to the `locales` array.
- import the dayjs locale
- edit `commafeed-client/.linguirc` and add the new locale to the `locales` array.
- run `npm run i18n` and add translations to the newly created `commafeed-client/src/locales/[locale]/messages.po` file

The name of the locale should be the two-letters [ISO-639-1 language code](http://en.wikipedia.org/wiki/List_of_ISO_639-1_codes).

Expand Down
3 changes: 0 additions & 3 deletions commafeed-client/README.md

This file was deleted.

0 comments on commit 42c740e

Please sign in to comment.