i18n keys provided in config do not seem used in Kernel

Description

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?

Environment

None

Test Plan

None

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.

Won't Fix

Details

Assignee

Reporter

Labels

Components

Affects versions

Priority

Created September 23, 2010 at 5:10 AM
Updated April 25, 2018 at 3:39 PM
Resolved April 24, 2018 at 10:33 AM