mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-04-03 20:38:50 +00:00
fix(mail): Fix template issues with Galician and Basque
This commit is contained in:
@@ -133,7 +133,9 @@ Mailer_RESOURCE_FILES += \
|
||||
SOGoMailUkrainianForward.wo \
|
||||
SOGoMailUkrainianReply.wo \
|
||||
SOGoMailWelshForward.wo \
|
||||
SOGoMailWelshReply.wo
|
||||
SOGoMailWelshReply.wo \
|
||||
SOGoMailBasqueReply.wo \
|
||||
SOGoMailBasqueForward.wo
|
||||
|
||||
Mailer_LANGUAGES = $(SOGO_LANGUAGES)
|
||||
|
||||
|
||||
@@ -85,6 +85,9 @@
|
||||
@interface SOGoMailGalicianForward : SOGoMailForward
|
||||
@end
|
||||
|
||||
@interface SOGoMailBasqueForward : SOGoMailForward
|
||||
@end
|
||||
|
||||
@interface SOGoMailGermanForward : SOGoMailForward
|
||||
@end
|
||||
|
||||
|
||||
@@ -339,6 +339,9 @@
|
||||
@implementation SOGoMailGalicianForward
|
||||
@end
|
||||
|
||||
@implementation SOGoMailBasqueForward
|
||||
@end
|
||||
|
||||
@implementation SOGoMailGermanForward
|
||||
@end
|
||||
|
||||
|
||||
@@ -84,6 +84,9 @@
|
||||
@interface SOGoMailGalicianReply : SOGoMailReply
|
||||
@end
|
||||
|
||||
@interface SOGoMailBasqueReply : SOGoMailReply
|
||||
@end
|
||||
|
||||
@interface SOGoMailGermanReply : SOGoMailReply
|
||||
@end
|
||||
|
||||
|
||||
@@ -140,6 +140,9 @@
|
||||
@implementation SOGoMailGalicianReply
|
||||
@end
|
||||
|
||||
@implementation SOGoMailBasqueReply
|
||||
@end
|
||||
|
||||
@implementation SOGoMailGermanReply
|
||||
@end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user