ObjFW  Diff

Differences From Artifact [1e6c9574a4]:

To Artifact [e4a754b9ab]:


114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
#ifdef OF_HAVE_FILES
+ (void)addLanguageDirectory: (OFString *)path
{
	[sharedLocalization addLanguageDirectory: path];
}
#endif

- init
{
	self = [super init];

	@try {
#ifndef OF_MORPHOS
		char *locale, *messagesLocale = NULL;








|







114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
#ifdef OF_HAVE_FILES
+ (void)addLanguageDirectory: (OFString *)path
{
	[sharedLocalization addLanguageDirectory: path];
}
#endif

- (instancetype)init
{
	self = [super init];

	@try {
#ifndef OF_MORPHOS
		char *locale, *messagesLocale = NULL;