i18n keys provided in config do not seem used in Kernel
Description
Environment
None
Test Plan
None
is related to
Activity
Show:
Matthew Jones April 24, 2018 at 10:33 AM
Bulk closing issues that have not been updated since 2015 and earlier. Please reopen if this is still an issue and you have new information or if this is a feature you'd like to still have consideration for.
config/localization/bundles/src/bundle/org/sakaiproject/localization/bundle/content/content.properties
gen.proces = Processing......
config/localization/bundles/src/bundle/org/sakaiproject/localization/bundle/type/types.properties
label.proces = Processing ...
Cannot find use of those keys in kernel code (1.0.x, 1.1.x or trunk):
leveque@guilleret:~/sakai/source/kernel_trunk$ grep -r gen.proces * | grep -v \.svn
leveque@guilleret:~/sakai/source/kernel_trunk$ grep -r label.proces * | grep -v \.svn
leveque@guilleret:~/sakai/source/kernel_trunk$
leveque@guilleret:~/sakai/source/kernel-1.1.x$ grep -r gen.proces * | grep -v \.svn
leveque@guilleret:~/sakai/source/kernel-1.1.x$ grep -r label.proces * | grep -v \.svn
leveque@guilleret:~/sakai/source/kernel-1.1.x$
leveque@guilleret:~/sakai/source/kernel-1.0.x$ grep -r gen.proces * | grep -v \.svn
leveque@guilleret:~/sakai/source/kernel-1.0.x$ grep -r label.proces * | grep -v \.svn
leveque@guilleret:~/sakai/source/kernel-1.0.x$
There are also:
config/localization/bundles/src/bundle/org/sakaiproject/localization/bundle/content/content.properties
expand.all = Expand All
expandall = Expand All
config/localization/bundles/src/bundle/org/sakaiproject/localization/bundle/type/types.properties
expand.all = Expand All
Could you confirm this?