Skip to content

Commit

Permalink
Mention example in main README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
bubeck committed Oct 26, 2024
1 parent f587577 commit a04e919
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -173,6 +173,12 @@ To change a text id in the `yml` files use:
lv_i18n rename -t src/i18n/*.yml --from 'Hillo wold' --to 'Hello world!'
```

## Example application

You can find a complete example application inside the `example/`
direcorty. Please see [Example README](example/README.md) for more
information.

## C API

#### int lv_i18n_init(const lv_i18n_language_pack_t * langs)
Expand Down
4 changes: 0 additions & 4 deletions example/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,3 @@ added and implement a proper translation for "en-GB" and "ru-RU".

Then follow above to "make compile" and "make main" to compile the
library and application and see the new key being translated.




0 comments on commit a04e919

Please sign in to comment.