UNPKG
@bmat/translation-management
Version:
latest (0.0.6)
0.0.6
0.0.5
0.0.4
0.0.3
0.0.2
0.0.1
Manage Front-End translations from multiple sources
bitbucket.org/bmat-music/translation-management
@bmat/translation-management
/
dist
/
lib
/
transforms
/
update-translations
/
update-translations.d.ts
6 lines
(5 loc)
•
176 B
TypeScript
View Raw
1
2
3
4
5
6
/** * Creates a new XLIFF 1.2 from a doc adding/removing nodes * using a master */
export
declare function
updateTranslations
(master: Document, oldDoc: Document)
: Document;