From 7b5cfe7fcfde00c1913de46b5be932a7f49b811c Mon Sep 17 00:00:00 2001 From: levovix0 Date: Mon, 16 Jan 2023 23:48:00 +0300 Subject: [PATCH] doc: remake notes in readme --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 6cc91e2..ab675d8 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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 @@ -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