|
@@ -1,4 +1,4 @@
|
|
|
-# Translation with gettext
|
|
|
+# Memo to work with gettext
|
|
|
|
|
|
## As a developer
|
|
|
|
|
@@ -35,4 +35,4 @@ To compile Portable Objects into Machine Objects:
|
|
|
msgfmt locales/fr/C/LC_MESSAGES/messages.po -o locales/fr/C/LC_MESSAGES/messages.mo
|
|
|
```
|
|
|
|
|
|
-Machine Objects files are kept in cache by the Gettext extension, so PHP-FPM needs to be restarted to update translations.
|
|
|
+Machine Objects files are kept in cache by the PHP gettext extension, so PHP-FPM needs to be restarted to update translations.
|