mirror of
https://github.com/FoggedLens/id-tagging-schema.git
synced 2026-06-02 13:11:38 +02:00
add npm run dist translations command
and don't purge translations on `npm run dist`
This commit is contained in:
+11
-4
@@ -1,5 +1,15 @@
|
||||
import schemaBuilder from '@ideditor/schema-builder';
|
||||
|
||||
let translationOptions = {};
|
||||
if (process.argv.includes('translations')) {
|
||||
translationOptions = {
|
||||
translOrgId: 'openstreetmap',
|
||||
translProjectId: 'id-editor',
|
||||
translResourceIds: ['presets'],
|
||||
translReviewedOnly: ['vi']
|
||||
};
|
||||
}
|
||||
|
||||
schemaBuilder.buildDist({
|
||||
taginfoProjectInfo: {
|
||||
name: 'iD Tagging Schema',
|
||||
@@ -9,8 +19,5 @@ schemaBuilder.buildDist({
|
||||
contact_name: 'Martin Raifer',
|
||||
contact_email: 'martin@raifer.tech'
|
||||
},
|
||||
translOrgId: 'openstreetmap',
|
||||
translProjectId: 'id-editor',
|
||||
translResourceIds: ['presets'],
|
||||
translReviewedOnly: ['vi']
|
||||
...translationOptions
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user