Fixes for Ukrainian localization

2021-03-16 Thread Constantine Bitensky
Hello! Also fixes for Ukrainian localization. diff --git a/loc/uk b/loc/uk index 0d075fe..fcf9acd 100644 --- a/loc/uk +++ b/loc/uk @@ -4,10 +4,10 @@ "Language" "Мова" # lib/db.l -"Boolean input expected" "Очікується тип Boolean" -"Numeric input expected" "Очікується тип Numeric" -"Symbolic

Fixes for Russian localization

2021-03-16 Thread Constantine Bitensky
Hello! I made some fixes for Russian localization in loc/{ru,RU.l} files. diff --git a/loc/RU.l b/loc/RU.l index 463d846..f9fd34f 100644 --- a/loc/RU.l +++ b/loc/RU.l @@ -1,6 +1,6 @@ (setq *Sep0 "," - *Sep3 " " + *Sep3 " " *CtryCode "7" *NatTrunkPrf '("8") *DateFmt '(@D "."

Re: FEXPRs / PilCon

2021-03-16 Thread Tomas Hlavaty
On Sun 14 Mar 2021 at 09:34, Alexis wrote: > My guess is that Tomas is using the latter meaning, and wants > 'pure' functions that simply return strings, without sending them > to an output device. The final string to be output would be > created by combining the return values of multiple