mirror of
https://github.com/openjdk/jdk.git
synced 2026-05-25 04:47:53 +00:00
7025303: NLS: t13y fix for 7021691 Most log level words are not translated in java logging
Reviewed-by: yhuang
This commit is contained in:
parent
69b88e89a2
commit
32bdbb2b3f
@ -25,13 +25,22 @@
|
||||
|
||||
# Localizations for Level names. For the US locale
|
||||
# these are the same as the non-localized level name.
|
||||
ALL=ALL
|
||||
SEVERE=SEVERE
|
||||
WARNING=WARNING
|
||||
INFO=INFO
|
||||
CONFIG= CONFIG
|
||||
FINE=FINE
|
||||
FINER=FINER
|
||||
FINEST=FINEST
|
||||
OFF=OFF
|
||||
|
||||
# The following ALL CAPS words should be translated.
|
||||
ALL=ALL
|
||||
# The following ALL CAPS words should be translated.
|
||||
SEVERE=SEVERE
|
||||
# The following ALL CAPS words should be translated.
|
||||
WARNING=WARNING
|
||||
# The following ALL CAPS words should be translated.
|
||||
INFO=INFO
|
||||
# The following ALL CAPS words should be translated.
|
||||
CONFIG= CONFIG
|
||||
# The following ALL CAPS words should be translated.
|
||||
FINE=FINE
|
||||
# The following ALL CAPS words should be translated.
|
||||
FINER=FINER
|
||||
# The following ALL CAPS words should be translated.
|
||||
FINEST=FINEST
|
||||
# The following ALL CAPS words should be translated.
|
||||
OFF=OFF
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user