Index of /StackMax547/maxima-5.47.0/locale/
Name | Last Modified | Size |
---|---|---|
2021-05-23 23:25 | 129k | |
2021-05-15 23:20 | 165k | |
2021-05-15 23:20 | 1k | |
2023-05-31 23:52 | 14k | |
2021-05-23 23:25 | 5k | |
2021-05-15 23:20 | 95k |
Maxima Internationalization with GNU Gettext
--------------------------------------------
Maxima is prepared to show its messages in any language selected by the
user. The current languages accepted are the ones in the list
TRANSLATIONS at the top of Makefile.am
1. Starting a new language. Copy maxima.pot to LANG.po, where LANG is
the ISO code for the new language. Translate the strings in LANG.po;
we recommend that you start by translating the strings from program
macsys.lisp. Add LANG to the list TRANSLATIONS and LANG.po and LANG.mo
to the list EXTRA_DIST at the top of Makefile.am. Maxima's configure
script should be given the option --enable-gettext to compile it with
Gettext support.
2. Updating a language translation. Run the command:
msgmerge -U LANG.po maxima.pot
where LANG is the two-letters code for the language.
3. Updating maxima.pot for a new Maxima version. Run the following
commands:
make force-update
make maxima.pot
Jaime Villate, villate@fe.up.pt, October 2014.
Proudly Served by LiteSpeed Web Server at e-konsultor.com Port 80