Core: Move date/time/size translations from console to core,

so apps can use them.
Fix translation in LogWriter, was never included in console.
This commit is contained in:
zzz
2019-12-17 17:21:35 +00:00
parent d054652952
commit bf94460420
37 changed files with 3901 additions and 7 deletions

View File

@ -33,9 +33,9 @@ fi
# set LG2 to the language you need in environment variables to enable this
# list specific files in core/ and router/ here, so we don't scan the whole tree
# list specific files in router/ here, so we don't scan the whole tree
# core/ now has its own bundle
ROUTERFILES="\
../../../core/java/src/net/i2p/data/DataHelper.java \
../../../router/java/src/net/i2p/router/Blocklist.java \
../../../router/java/src/net/i2p/router/CommSystemFacade.java \
../../../router/java/src/net/i2p/router/RouterThrottleImpl.java \