Conversation:
Notices
-
@moonman What exactly is your problem with it? Just how to implement it?
-
@moonman If it's just how to implement it, it works like this: You have a directory structure like: $plugin_root / locale / $locale_string / LC_MESSAGES / $locale_string.po locale_strings are the usual il8n stuff, like "en_GB" for instance In this file, you basically have a bunch of key pairs: msgid "Flag profile for review." msgstr "Flag profile for review." m…
-
@moonman The headers you can just copy and replace from an existing one, the rest is just keypairs like I described.
-
@moonman FYI it's considered good practice to have the msgid be the message in english, so that when someone translates the file to another language they easily know the string they're translating.
-
@moonman Yeppers.