Webdev:Betterness: Difference between revisions

Jump to navigation Jump to search
Added l10n i18n notes
(Added l10n i18n notes)
Line 107: Line 107:
=== Conclusion ===
=== Conclusion ===
Go with MySQL unless you have good arguments against or an [http://www.flickr.com/photos/termie/3393701864 epic beard]
Go with MySQL unless you have good arguments against or an [http://www.flickr.com/photos/termie/3393701864 epic beard]
== l10n and i18n ==
* Use utf8 everywhere
** saving your program code
** database tables / databases
** web server
** in your cereal
* Use gettext
** Use english in msgid strings
** Setup cron to auto-compile po and VCS commit mo files
** Lockdown copy before filing l10n tracking bug
** Use SVN for your locale directory (localizers preference)
* Use i18n friendly string methods in your programs
* Review designs for common l10n issues


== Frontend ==
== Frontend ==
Confirmed users
1,136

edits

Navigation menu