mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-08-29 02:07:36 +00:00
chore(language): Add Thai language
This commit is contained in:
@@ -245,4 +245,13 @@
|
||||
@interface SOGoACLSwedishRemovalAdvisory : SOGoACLRemovalAdvisory
|
||||
@end
|
||||
|
||||
@interface SOGoACLThaiAdditionAdvisory : SOGoACLAdditionAdvisory
|
||||
@end
|
||||
|
||||
@interface SOGoACLThaiModificationAdvisory : SOGoACLModificationAdvisory
|
||||
@end
|
||||
|
||||
@interface SOGoACLThaiRemovalAdvisory : SOGoACLRemovalAdvisory
|
||||
@end
|
||||
|
||||
#endif /* SOGOACLADVISORY_H */
|
||||
|
||||
@@ -443,3 +443,11 @@
|
||||
@implementation SOGoACLSwedishRemovalAdvisory
|
||||
@end
|
||||
|
||||
@implementation SOGoACLThaiAdditionAdvisory
|
||||
@end
|
||||
|
||||
@implementation SOGoACLThaiModificationAdvisory
|
||||
@end
|
||||
|
||||
@implementation SOGoACLThaiRemovalAdvisory
|
||||
@end
|
||||
|
||||
@@ -251,4 +251,10 @@
|
||||
@interface SOGoFolderSwedishRemovalAdvisory : SOGoFolderRemovalAdvisory
|
||||
@end
|
||||
|
||||
@interface SOGoFolderThaiAdditionAdvisory : SOGoFolderAdditionAdvisory
|
||||
@end
|
||||
|
||||
@interface SOGoFolderThaiRemovalAdvisory : SOGoFolderRemovalAdvisory
|
||||
@end
|
||||
|
||||
#endif /* SOGOFOLDERADVISORY_H */
|
||||
|
||||
@@ -423,3 +423,9 @@
|
||||
|
||||
@implementation SOGoFolderSwedishRemovalAdvisory
|
||||
@end
|
||||
|
||||
@implementation SOGoFolderThaiAdditionAdvisory
|
||||
@end
|
||||
|
||||
@implementation SOGoFolderThaiRemovalAdvisory
|
||||
@end
|
||||
|
||||
Reference in New Issue
Block a user