File size: 244 Bytes
8f3f8db
 
 
 
 
 
 
1
2
3
4
5
6
7
8
public
overrideJSTranslationDictionary
	| sel |
	sel := (#translatedMethods, self pluginName) asSymbol.
	(self respondsTo: sel) ifFalse: [^self].
	(self perform: sel) associationsDo: [:assoc |
		translationDict at: assoc key put: assoc value].