Vanilla Forums
Home
Addons
Community
Documentation
Blog
Hosting
Download
Home
»
Questions
Activity
•
Sign In
Howdy, Stranger!
It looks like you're new here. If you want to get involved, click one of these buttons!
Sign In
Apply for Membership
Categories
All Categories
16.1K
Questions
15.6K
Feedback
349
Developers
49
Localization
50
Blog
15
Categories
Recent Discussions
In this Discussion
brwa
June 2011
yu_tang
June 2011
Who's Online
14
+
10
guests
How to translate "select" items ?
Arachnos
February 2011
in
Questions
I almost fnished the french translation using
Locale Developer
but I can't translate
<select>
items like "Every Page" (Messages Dashboard -> Add a Message), "more than one level deep" (Categories Dashboard), …
If anyone has an idea, it would be cool !!
Tagged:
translation
hard-coded
Comments
brwa
May 2011
Posts: 28
I have the same problem with translating vanilla into Kurdish .
any ideas? or how to?
regards
yu_tang
May 2011
Posts: 159
MaxDepthOptions
https://github.com/vanillaforums/Garden/issues/817
brwa
May 2011
Posts: 28
can you please put an example .ie (Every Page) ?
yu_tang
May 2011
Posts: 159
https://github.com/vanillaforums/Garden/blob/master/applications/dashboard/controllers/class.messagecontroller.php#L125
Also without T().
brwa
June 2011
Posts: 28
for example : how to translate (Every Page) at messages's setting.
usually we use : $Definition['what should we write here?'] = 'the translation';
?
yu_tang
June 2011
Posts: 159
@brwa
Currently, we can't.
We can do nothing but a core-hack until T() function wraps location select options.
Wait, hack or commit.
brwa
June 2011
Posts: 28
thanks.
Sign In
or
Register
to comment.
Host Your Community With Us
Comments
any ideas? or how to?
regards
https://github.com/vanillaforums/Garden/issues/817
Also without T().
usually we use : $Definition['what should we write here?'] = 'the translation';
?
Currently, we can't.
We can do nothing but a core-hack until T() function wraps location select options.
Wait, hack or commit.