diff --git a/Strings/ZFLangFile.m b/Strings/ZFLangFile.m index 94cc8eb..6f33818 100644 --- a/Strings/ZFLangFile.m +++ b/Strings/ZFLangFile.m @@ -54,6 +54,18 @@ - (id)initWithURL:(NSURL *)url { } +/*! + @abstract + Generate Lang file as opposite of the given one + + @param langFile the langfile to opposite copy + + @return instance of the lang file + + @discussion Used before converting a file from one ty to the other, as a reference of an existing file needs to exists + + */ + - (id)initWithCouplingLanguage:(ZFLangFile *)langfile { self = [self init]; if (self) {