Translation relationships
Posted: Mon Jan 04, 2010 8:31 am
Hello
The translation of my relationship is not working
I'am translating LCMS and am using xataface 1.1.5r2
my code:
conf.ini
relationships.ini from the pages table
nl.ini
What am i doing wrong?
Many thanks
The translation of my relationship is not working
I'am translating LCMS and am using xataface 1.1.5r2
my code:
conf.ini
- Code: Select all
[languages]
en=English
nl=Nederlands
relationships.ini from the pages table
- Code: Select all
[menu]
__sql__ = "select * from menu m inner join page_menu pm on m.id=pm.menuid where pm.pageid='$id'"
action:label = "webmenu"
action:description = "Kies een menu voor de pagina"
nl.ini
- Code: Select all
;tables.pages.relationships.menu.action.label = "label menu"
;tables.pages.relationships.menu.action.description = "alt-tekst menu"
actions.menu.label = "label menu"
actions.menu.description = "label menu"
What am i doing wrong?
Many thanks