We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
The changes in #78 support more consistent locale handling within WordPressKit, but a few services still explicitly set the locale parameter.
WordPressKit
locale
At the time of this writing, the following services set locale explicitly:
AccountServiceRemoteREST
ActivityServiceRemote
PlanServiceRemote
PlanServiceRemote_ApiVersion1_3
ReaderSiteSearchServiceRemote
TimeZoneServiceRemote
WordPressComServiceRemote
We should be able to remove this and rely on the implicit framework behavior.
N/A
All devices & versions of WordPressKit, Xcode & iOS.
Expected behavior
The changes in #78 support more consistent locale handling within
WordPressKit, but a few services still explicitly set thelocaleparameter.Actual behavior
At the time of this writing, the following services set
localeexplicitly:AccountServiceRemoteRESTActivityServiceRemote- two methodsPlanServiceRemotePlanServiceRemote_ApiVersion1_3ReaderSiteSearchServiceRemoteTimeZoneServiceRemoteWordPressComServiceRemoteWe should be able to remove this and rely on the implicit framework behavior.
Steps to reproduce the behavior
N/A
WordPressKit Environment
All devices & versions of
WordPressKit, Xcode & iOS.Additional Context
N/A