You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
interfaceToken// maker interface provided by the libraryenumclassLocales: Token { CN, EN, FR } // user defined custom token
Global.config {
CN {
"title" by ::someChineseGenerator // can customize generators "scoped" by the Token
}
EN {
"title" by ::someEnglishGenerator
}
}
postFactory.make {
use CN
}
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: