- Timestamp:
- Jul 2, 2015, 1:25:29 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/PublicaMundi_David-devel/docs/services/translation.rst
r717 r722 31 31 32 32 33 Then generate the 'messages.po'file based on the Services Provider33 Then generate the ``messages.po`` file based on the Services Provider 34 34 source code (located in ``service.c`` in this example) using the 35 35 following command: … … 40 40 xgettext service.c locale/.cache/my_service_string_to_translate.c -o message.po -p locale/po/ -k_ss 41 41 42 Once 'messages.po' is created, use the following command to create the43 ``.po`` file for the targeted language to translate into. We will use the 44 French language here as an example:42 Once ``messages.po`` is created, use the following command to create 43 the ``.po`` file for the targeted language to translate into. We will 44 use the French language here as an example: 45 45 46 46 ::
Note: See TracChangeset
for help on using the changeset viewer.