Open Kostanos opened 9 years ago
There are some moments when you need to create collection without transformation. Translation tools are example. And you need to preserve other functionality of tap-i18n-db collection for attach schema for example.
This pretty simple commit makes it possible.
Example of use:
Restaurants = new TAPi18n.Collection('restaurants', { languages: LanguagesList, base_language: 'en', disableTransformation: true, });
There are some moments when you need to create collection without transformation. Translation tools are example. And you need to preserve other functionality of tap-i18n-db collection for attach schema for example.
This pretty simple commit makes it possible.
Example of use: