Skip to content

Commit

Permalink
doc: remake notes in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
levovix0 committed Jan 16, 2023
1 parent dc71f41 commit 7b5cfe7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ translations/ru.json
}
}
```
note: static translations are generated for each **nimble packege** that uses localize, in package root directory
* Static translations are generated for each **nimble packege** that uses localize, in package root directory

## specifing context
```nim
Expand Down Expand Up @@ -65,7 +65,7 @@ echo tr"Hi, {name}"
```nim
globalLocale = systemLocale()
```
system locale values are based on linux's LANG env variable formated at all
* system locale values are based on linux's LANG env variable formated at all

## dynamic translations
```nim
Expand All @@ -84,8 +84,8 @@ globalLocale = (
}
)
```
note: dynamic translations files are diffirent from static translations files: they contain table for modules
note: for now, dynamic translations are not formated
* Dynamic translations files are diffirent from static translations files: they contain table for modules
* For now, dynamic translations are not formated

## known issues
* for now, dynamicly loaded translations cannot be formated at all

0 comments on commit 7b5cfe7

Please sign in to comment.