Skip to content

Commit

Permalink
docs: add no translation terms to generators
Browse files Browse the repository at this point in the history
  • Loading branch information
Agnes Lin authored and agnes512 committed Jul 8, 2020
1 parent 2cbe048 commit c49a067
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/cli/generators/controller/index.js
Expand Up @@ -3,6 +3,7 @@
// This file is licensed under the MIT License.
// License text available at https://opensource.org/licenses/MIT

// no translation: Controller
'use strict';
const _ = require('lodash');
const ArtifactGenerator = require('../../lib/artifact-generator');
Expand Down
1 change: 1 addition & 0 deletions packages/cli/generators/datasource/index.js
Expand Up @@ -3,6 +3,7 @@
// This file is licensed under the MIT License.
// License text available at https://opensource.org/licenses/MIT

// no translation: Datasource
'use strict';

const ArtifactGenerator = require('../../lib/artifact-generator');
Expand Down
1 change: 1 addition & 0 deletions packages/cli/generators/interceptor/index.js
Expand Up @@ -3,6 +3,7 @@
// This file is licensed under the MIT License.
// License text available at https://opensource.org/licenses/MIT

// no translation: Interceptor
'use strict';
const ArtifactGenerator = require('../../lib/artifact-generator');
const debug = require('../../lib/debug')('interceptor-generator');
Expand Down
1 change: 1 addition & 0 deletions packages/cli/generators/model/index.js
Expand Up @@ -3,6 +3,7 @@
// This file is licensed under the MIT License.
// License text available at https://opensource.org/licenses/MIT

// no translation: Model
'use strict';

const modelDiscoverer = require('../../lib/model-discoverer');
Expand Down
1 change: 1 addition & 0 deletions packages/cli/generators/relation/index.js
Expand Up @@ -3,6 +3,7 @@
// This file is licensed under the MIT License.
// License text available at https://opensource.org/licenses/MIT

// no translation: HasMany, BelongsTo, HasOne
'use strict';

const ArtifactGenerator = require('../../lib/artifact-generator');
Expand Down
1 change: 1 addition & 0 deletions packages/cli/generators/repository/index.js
Expand Up @@ -3,6 +3,7 @@
// This file is licensed under the MIT License.
// License text available at https://opensource.org/licenses/MIT

// no translate: Repository
'use strict';
const _ = require('lodash');
const ArtifactGenerator = require('../../lib/artifact-generator');
Expand Down

0 comments on commit c49a067

Please sign in to comment.