diff --git a/src/CasinoExtension-18N-ModelTransformation/CSNE18NModelTransformation.class.st b/src/CasinoExtension-18N-ModelTransformation/CSNE18NModelTransformation.class.st index 35b8879..165e9f6 100644 --- a/src/CasinoExtension-18N-ModelTransformation/CSNE18NModelTransformation.class.st +++ b/src/CasinoExtension-18N-ModelTransformation/CSNE18NModelTransformation.class.st @@ -1,5 +1,14 @@ " I take as input a Casino Model, and I tranform it by adding the I18N information based on a I18N model + +## Usage + +``` +CSNE18NModelTransformation new + csnModel: gwtModel; + i18nModel: i18nModel; + bind. +``` " Class { #name : #CSNE18NModelTransformation,