blob: d287807175232b9a310f677e3d8d024e708803ce [file] [log] [blame]
Shawn O. Pearceea184812008-12-04 11:31:23 -08001Remaining i18n Details
2----------------------
3
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
10~~~~~~~~~~~~~~~~
11
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
18~~~~~~~~~~~~~~~~~~~~~
19
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
25/login's SetCookie.html
26~~~~~~~~~~~~~~~~~~~~~~~
27
28This page is static HTML, with no translations supported.
29
30/Gerrit Gerrit.html
31~~~~~~~~~~~~~~~~~~~
32
33* The title of the host page is not translated.
34
35* The <noscript> tag is not translated.