You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/usage/i18n.md
+14-1Lines changed: 14 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -38,14 +38,20 @@ The following locales are bundled with Swagger UI and loaded automatically when
38
38
39
39
| Code | Language |
40
40
|------|----------|
41
+
|`ca`| Catalan (Català) |
41
42
|`de`| German (Deutsch) |
42
43
|`en`| English *(default / fallback)*|
43
44
|`es`| Spanish (Español) |
44
45
|`fr`| French (Français) |
45
46
|`is`| Icelandic (Íslenska) |
47
+
|`it`| Italian (Italiano) |
48
+
|`ja`| Japanese (日本語) |
49
+
|`ka`| Georgian (ქართული) |
46
50
|`ko`| Korean (한국어) |
51
+
|`pl`| Polish (Polski) |
47
52
|`pt`| Portuguese / Brazilian Portuguese (Português do Brasil) |
48
53
|`ru`| Russian (Русский) |
54
+
|`tr`| Turkish (Türkçe) |
49
55
|`zh`| Chinese Simplified (简体中文) |
50
56
51
57
All locale files are located in `src/core/plugins/i18n/locales/`.
@@ -189,7 +195,14 @@ All translatable strings are identified by dot-namespaced keys. The full catalo
189
195
190
196
### Response
191
197
192
-
Response-related messages are defined in the English catalog and include whitespace-sensitive fragments used when rendering inline elements such as `<code>Accept</code>`. To avoid publishing an incomplete or stale subset here, refer to `locales/en.js` as the canonical source for `response.*` keys and their exact default strings.
0 commit comments