Hi,
I want to make my store available in multiple languages, so I added
LANGUAGES = (
('en', gettext_noop('English')),
('he',"עִבְרִית"),
)
the store and the admin magically opened in hebrew when accessing from a
hebrew configured browser, I didn't expect that since I didn't find any
mention of hebrew on transifex.
Where did satchmo got the translation? it isn't 100% yet, some string still
appear in english, how can I help to complete it?
btw, what is gettext_noop?
thanks
--
You received this message because you are subscribed to the Google Groups
"Satchmo users" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/satchmo-users?hl=en.