soiz1's picture
Upload folder using huggingface_hub
8f3f8db verified
raw
history blame contribute delete
244 Bytes
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].