@@ -16,11 +16,11 @@ #import "OFObject.h" #import "OFString.h" OF_ASSUME_NONNULL_BEGIN -@class OFURI; +@class OFIRI; /** @file */ /** * @def OF_LOCALIZED @@ -141,13 +141,13 @@ + (nullable OFString *)decimalSeparator; /** * @brief Adds a directory to scan for localizations. * - * @param URI The URI to the directory to scan for localizations + * @param IRI The IRI to the directory to scan for localizations */ -+ (void)addLocalizationDirectoryURI: (OFURI *)URI; ++ (void)addLocalizationDirectoryIRI: (OFIRI *)IRI; /** * @brief Initializes the current OFLocale. * * @warning This sets the locale via `setlocale()`! @@ -160,13 +160,13 @@ - (instancetype)init; /** * @brief Adds a directory to scan for localizations. * - * @param URI The URI to the directory to scan for localizations + * @param IRI The IRI to the directory to scan for localizations */ -- (void)addLocalizationDirectoryURI: (OFURI *)URI; +- (void)addLocalizationDirectoryIRI: (OFIRI *)IRI; /** * @brief Returns the localized string for the specified ID, using the fallback * string if it cannot be looked up or is missing. *