1. If I want use plural for book without numbers what I need to do?
I want to write word - books.
2. If I write
T("You have %s %%{book}", symbols=10)
I get: You have 10 books
If I want to change language, like
T.force('ru')
I get: 'You have 10 book'. I want to get: 'У меня есть 10 книг'
What I need to write in laguages/ru.py?
3. If I add to words in laguages/ru.py, like:
'add':'добавить',
'word':'слово',
I wrote:
T.force('ru')
T("add word")
I got: 'add word'
If I write:
T("add")+" "+T("word")
I get: 'добавить слово'. Are there way to translate both words in time?
4. If I want to get uppercase letter I tried use something like that:
%%{[<modifier>]<word>[<parameter>]}
but nothing work. How can I get: 'Add' or 'Добавить'?
Thank you!
--
Resources:
- http://web2py.com
- http://web2py.com/book (Documentation)
- http://github.com/web2py/web2py (Source code)
- https://code.google.com/p/web2py/issues/list (Report Issues)
---
You received this message because you are subscribed to the Google Groups
"web2py-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/web2py/0f0f53ee-24a6-461f-8468-f6430d649af9%40googlegroups.com.