Project

General

Profile

Feature #6452

add support for languages

Added by Greg Shah almost 2 years ago. Updated almost 2 years ago.

Status:
New
Priority:
Normal
Assignee:
-
Target version:
-
Start date:
Due date:
% Done:

0%

billable:
No
vendor_id:
GCD
version:

History

#1 Updated by Greg Shah almost 2 years ago

Customers require the following:

American English        en-US
Brazilian Portuguese        pt-BR
Castillian Spanish        es-ES
Czech        cs-CZ
Dutch        nl-NL
French        fr-FR
German        de-DE
Italian        it-IT
Japanese        ja-JP
Korean        ko-KR
Latin American Spanish        es-MX
Polish        pl-PL
Simplified Chinese        zh-CN
Traditional Chinese        zh-TW

If it is not too much more work, we would also prefer these added:

European Portuguese pt-PT
Romanian ro-RO
Russian ru-RU
UK English en-GB

#2 Updated by Greg Shah almost 2 years ago

For each language to be added, I think we have the following work:

  • implement the database collation support (custom locales for PostgreSQL, SPI for H2/Java, something else for other databases like MariaDB)
  • implement the resource bundles for messages both FWD and legacy messages including all errors (see #4762)
  • implement keyboard support (at least in javascript)
  • test to confirm it is OK, we may need to expand testcases to have coverage of these cases

Am I forgetting anything?

Also available in: Atom PDF