View Single Post
Old 04-27-2015, 09:58 AM   #54
tshering
Wizard
tshering ought to be getting tired of karma fortunes by now.tshering ought to be getting tired of karma fortunes by now.tshering ought to be getting tired of karma fortunes by now.tshering ought to be getting tired of karma fortunes by now.tshering ought to be getting tired of karma fortunes by now.tshering ought to be getting tired of karma fortunes by now.tshering ought to be getting tired of karma fortunes by now.tshering ought to be getting tired of karma fortunes by now.tshering ought to be getting tired of karma fortunes by now.tshering ought to be getting tired of karma fortunes by now.tshering ought to be getting tired of karma fortunes by now.
 
Posts: 3,489
Karma: 2914715
Join Date: Jun 2012
Device: kobo touch
mietek81,
I just noticed by chance that you added something to your old post!

Quote:
Originally Posted by mietek81 View Post
Can I switch parts of translation strings like this
from
Code:
AddToShelfWidget{ref}%n BOOK(S){tr}%n BUCH{tr2}%n BÜCHER
to
Code:
AddToShelfWidget{ref}%n BOOK(S){tr}%n TOM{tr2}TOMÓW: %n
or completly skip the %n parts or replace it with number 1 where applicable? Or maybe the %n is not for number?
You can change the position of %n as you like.

Quote:
Originally Posted by mietek81 View Post
Damn.. Polish word for Book/Buch (Książka) is way to long. Many polish words are longer then german. This is going to be hard and take a lot of time..
The size limit is a big problem with this approach.

Quote:
Originally Posted by mietek81 View Post
Ok, so there is first major problem. English "yes" is German "Ja" and Polish "Tak". I could use "OK" but that might not be looking good in all places. Maybe I should use another language instead of German? Which language has "yes" with at least 3 letters?
English, French, ... I upload the files for all supported languages. Maybe you can find one that fits somehow.
Attached Files
File Type: zip transL_input_3131.zip (397.1 KB, 197 views)

Last edited by tshering; 04-27-2015 at 10:00 AM.
tshering is offline   Reply With Quote