17488 Posts in 4473 Topics by 1978 members
|
Page:
1
|
Go to End | |
| Author | Topic: | 908 Views |
-
gallery module translation

7 December 2008 at 12:57am Last edited: 7 December 2008 1:01am
Hello,
I downloaded some translation packs from http://translate.silverstripe.com, everything fine apart from gallery module translation..then i uploaded php file to galley/lang/nb_NO.php, but nothing changed
Fields in GalleryPage are defined following:
new NumericField( 'MediaPerLine', 'Media Files Per Line' ),
Then when I change the field to:..
new NumericField ( "MediaPerPage", _t( 'GalleryPage.MEDIAPERPAGE', 'Media Files Per Page' )),
.. the translation shows ok.
Is there a "translations-ready" GalleryPage.php I can download from somewhere? Or do I have to manually change all fields in GalleryPage.php?
Or is there an easier way how to add translation to gallery module?
thanks
| 908 Views | ||
|
Page:
1
|
Go to Top |

