2012-04-11, 08:47:00
(This post was last modified: 2012-04-11, 08:51:49 by khan0000999563.)
This is mostly addressed to @mvlcek but I prefer to make this topic public anyway.
The idea is simple: as any multilingual website may (and actually does) contain some language-specific items, it would be perfect to have the ability to manage this terms from the back-end. E.g. I usually put something like "read more..." in English version of post's excerpt, and "чøтðть ÿþûýþÑÂтью..." in Russian one.
I use custom functions.php so far. But this approach is not so useful for administration (especially for those who's not familiar with PHP).
I assume that the code snippet may look like this one:
That's it.
Thanks
The idea is simple: as any multilingual website may (and actually does) contain some language-specific items, it would be perfect to have the ability to manage this terms from the back-end. E.g. I usually put something like "read more..." in English version of post's excerpt, and "чøтðть ÿþûýþÑÂтью..." in Russian one.
I use custom functions.php so far. But this approach is not so useful for administration (especially for those who's not familiar with PHP).
I assume that the code snippet may look like this one:
Code:
<?php i18n_term("read_more", "ru"); ?>
That's it.
Thanks
Hail to get-simple developers!