blob: 74a8e495ccc0307eb56876c9e090eecce5ec2830 [file] [log] [blame]
Shawn O. Pearcee31d02c2009-12-08 12:21:37 -08001Gerrit Code Review - i18n
2=========================
Shawn O. Pearceea184812008-12-04 11:31:23 -08003
4Aside from actually writing translations, there's some issues with
5the way the code produces output. Most of the UI should support
6right-to-left (RTL) languages.
7
8
9ApprovalCategory
Shawn O. Pearced2b73db2009-01-09 11:55:47 -080010----------------
Shawn O. Pearceea184812008-12-04 11:31:23 -080011
12The getName() function produces only a single translation of the
13description string. This name is set by the Gerrit administrator,
14which may cause problems if the site is translated into multiple
15langauges and different users want different translations.
16
17ApprovalCategoryValue
Shawn O. Pearced2b73db2009-01-09 11:55:47 -080018---------------------
Shawn O. Pearceea184812008-12-04 11:31:23 -080019
20The getName() function produces only a single translation of the
21description string. This name is set by the Gerrit administrator,
22which may cause problems if the site is translated into multiple
23langauges and different users want different translations.
24
Shawn O. Pearceea184812008-12-04 11:31:23 -080025/Gerrit Gerrit.html
Shawn O. Pearced2b73db2009-01-09 11:55:47 -080026-------------------
Shawn O. Pearceea184812008-12-04 11:31:23 -080027
28* The title of the host page is not translated.
29
30* The <noscript> tag is not translated.
Shawn O. Pearce5500e692009-05-28 15:55:01 -070031
32GERRIT
33------
34Part of link:index.html[Gerrit Code Review]