Files
id-tagging-schema/scripts/translations.js
T

9 lines
220 B
JavaScript

import schemaBuilder from '@ideditor/schema-builder';
schemaBuilder.fetchTranslations({
translOrgId: 'openstreetmap',
translProjectId: 'id-editor',
translResourceIds: ['presets'],
translReviewedOnly: ['vi']
});