GetSimple Support Forum

Full Version: i18n feature request: i18n terms
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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:
Code:
<?php i18n_term("read_more", "ru"); ?>

That's it.
Thanks