Maemo platform doesn't support every language Canola is translated. Since Canola relies on Maemo, actually GNU/LibC, to select and use languages, you need to add support for these missing languages before being able to use them.
There are two category of missing support:
Danish (language-code: da_DA)
Dutch (language-code: nl_NL)
Finnish (language-code: fi_FI)
Russian (language-code: ru_RU)
You just have to set environment variable
LC_MESSAGES=code. You can do
this by creating the file
/home/user/.canola/environment. For example,
Russian (ru_RU) would be:
export LC_MESSAGES=ru_RU
Catalan
Galician
Hungarian
Polish
SerbianIn addition to previous step you also need to have scratchbox setup and follow the great tutorial at wolfg's blog - How to add new locale to Nokia 770.