@@ -47,18 +47,18 @@ /** * The language of the locale for messages. * * If the language is unknown, it is `nil`. */ -@property OF_NULLABLE_PROPERTY (readonly, copy) OFString *language; +@property OF_NULLABLE_PROPERTY (readonly, nonatomic) OFString *language; /*! * The territory of the locale for messages. * * If the territory is unknown, it is `nil`. */ -@property OF_NULLABLE_PROPERTY (readonly, copy) OFString *territory; +@property OF_NULLABLE_PROPERTY (readonly, nonatomic) OFString *territory; /*! * The native 8-bit string encoding of the locale for messages. * * This is useful to encode strings correctly for passing them to operating @@ -69,11 +69,11 @@ @property (readonly) of_string_encoding_t encoding; /*! * The decimal point of the system's locale. */ -@property (readonly, copy) OFString *decimalPoint; +@property (readonly, nonatomic) OFString *decimalPoint; /*! * @brief Returns the shared OFLocalization instance. * * @warning If you don't use @ref OFApplication, this might be `nil`! In this