Add option to merge extracted strings with existing translations (Thanks to @ocombe)
This commit is contained in:
9
src/compilers/compiler.interface.ts
Normal file
9
src/compilers/compiler.interface.ts
Normal file
@@ -0,0 +1,9 @@
|
||||
import { TranslationCollection } from '../utils/translation.collection';
|
||||
|
||||
export interface CompilerInterface {
|
||||
|
||||
compile(collection: TranslationCollection): string;
|
||||
|
||||
parse(contents: string): TranslationCollection;
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user