Lately I’m doing a fair amount of i18n in WordPress themes. Most newer themes include some i18n support (especially the sandbox-based ones); but themes based on older and legacy theme template tend to include i18n-unfriendly code.
I’m trying to collect some good practices and advise for those trying to add i18n support to their themes:
Read the [...]
Posted in Blog | Also tagged development, i18n, linkedin, list, tips |
Un problema muchas veces repetido cuando no trabajas en ingles y ASCII. No siempre se controla la codificacion que se usa en distintos entornos de trabajo y produccion; al final acaban apareciendo caracteres extraños y problemas de codificacion.
Working with many development and production some people forgets to check their default charsets; in the end encoding [...]