Confirmed users
1,209
edits
(→Updating locales: execute in order) |
|||
Line 133: | Line 133: | ||
== Updating locales == | == Updating locales == | ||
These steps are most commonly executed in order. | |||
=== extracting === | === extracting === | ||
After l10n strings have been added to the code files/views, they have to be extracted. There's a shell script that goes through the controllers, models and views (.php and .thtml files) and searches for gettext strings. The extracted strings are stored into <code>./messages.po</code> . | After l10n strings have been added to the code files/views, they have to be extracted. There's a shell script that goes through the controllers, models and views (.php and .thtml files) and searches for gettext strings. The extracted strings are stored into <code>./messages.po</code> . |