Crowdins SDK muliggør omgående levering af nye oversættelser fra dit projekt til dit program. Using integration with Crowdin SDK, there will be no need to update the application in the App Store every time there is a new localization version.
Integrationen leverer:
Krav til integration af en iOS-app i et Crowdin-projekt:
Udviklerværktøj
App-programmeringssprog
Operativsystem
Configure the distribution to mirror the translated content of your project and integrate with iOS app. Read more about Distributions.
For yderligere oplysninger om opsætning af Crowdin-SDK til din app, besøg vores GitHub-repositorie.
Krævet til funktioner | |
din_distributions-hash | Unique hash, which you can get by going to Projects Settings > Content Delivery. To see the distribution hash, click ![]() |
lokaliseringer | Target languages of your Crowdin project (e.g., ‘fr’, ‘el’). Format: osx_locale. |
source_language | Source language of your Crowdin project (e.g., "en"). Format: osx_locale. |
Krævet til avancerede funktioner | |
client_id client_secret | Crowdin-godkendelsesakkreditiver. Open the project and go to Settings > Content Delivery. In the For Mobile Applications section, click Get Credentials. |
your_organization_domain | This field is not used for the Crowdin project. |
Du kan opsætte fileksportmønstre samt tjekke eksisterende vha. Filindstillinger. The following placeholders are supported for iOS integration:
Navn | Beskrivelse |
---|---|
%language% | Language name (e.g., Ukrainian) |
%locale% | Locale (e.g., uk-UA) |
%locale_with_underscore% | Locale (e.g., uk_UA) |
%osx_code% | OS X-landestandardidentifikator benyttet til navngivning af ".lproj"-mapper |
%osx_locale% | OS X locale used to name translation resources (e.g., uk, zh-Hans, zh_HK) |
Crowdins iOS SDK CDN-funktion er bygget med sikkerhed for øje, hvilket betyder, at der kræves minimal adgang fra slutbrugeren. Når du beslutter at benytte Crowdins iOS-SDK, så sørg for, at du har gjort flg. oplysninger tilgængelige for dine slutbrugere.
Q: What might cause the occasional delay in getting the latest translations in the app? A: CDN caches all the translations in release for up to 15 minutes. When new translations are released in Crowdin, CDN may still return them with a delay.