+chinese
This commit is contained in:
@@ -23,6 +23,19 @@ the reusable UI units.
|
||||
|
||||
---
|
||||
|
||||
## Interface Copy
|
||||
|
||||
- Render user-visible JSP copy in Simplified Chinese, including navigation,
|
||||
headings, form labels, buttons, table headers, empty states, and accessible
|
||||
labels.
|
||||
- Keep machine-readable values unchanged: URLs, request parameter names, CSS
|
||||
classes, Java identifiers, enum codes, database values, and servlet names stay
|
||||
in their existing code form.
|
||||
- Translate display helper output and controller/service messages when they are
|
||||
rendered into JSP pages.
|
||||
|
||||
---
|
||||
|
||||
## Forms
|
||||
|
||||
- Forms should post to Servlet controller endpoints, not directly to DAOs or
|
||||
|
||||
Reference in New Issue
Block a user