<Hunar>
Good morning, sorry Regenaxer last night my internet had a problem and could not get back online :(
<Hunar>
You said there are no commas infront of those strings, you're right but it still works! is that a bug? the only text that didn't work was "Eval", and the text "Ok" is a typo, it should be "OK"
<Hunar>
You can delete the PilBox section :)
<Hunar>
What do you mean by (built-in error messages) I used the french language as a template and the errors were also translated there
<Regenaxer>
Good morning! It is by chance that the translations work here, because the strings like "Eval" were loaded in the same transient environment
<Regenaxer>
With error messages I mean things like "File not found", system errors
<Hunar>
Ah Ok :)
<Regenaxer>
razzy, multiply with something like (sqrt (*/ 1500 99)) ?
<Regenaxer>
Hunar, yes, I just guessed the string in app/main.l ;)
<Regenaxer>
Should I use "کوردیی ناوەندی / سۆرانی" ?
<Hunar>
No
<Regenaxer>
Perhaps pasting does not work here
<Hunar>
Either کوردیی ناوەندی or کوردی سۆرانی ... the first one is more official
<Hunar>
Here is app/loc/ckb http://ix.io/3LQE and pil21/loc/ckb http://ix.io/3LQG It would be great if this language also used this css style html { direction: rtl; } :) and I think the translation "Dear Sir or Madam," wasn't affected by the language changing
<Regenaxer>
yes, data from the DB are not translated
clacke has quit [Read error: Connection reset by peer]
<Regenaxer>
+Sal (salutation)
<Hunar>
:)
<Regenaxer>
No idea about the CSS
<Hunar>
No worries
<Regenaxer>
Needs some machinery for RTL
rob_w has joined #picolisp
<razzy>
Regenaxer: problem is, I need nth-root because i have A B C Nth. Also, lowest increment *2 seems too big. I am iterating on brute force solutions now :].
<Regenaxer>
nth-root with log() then
<razzy>
Regenaxer: there is no function log in pil