Add Slovenian locale support in paywalls#7007
Merged
Merged
Conversation
tonidero
approved these changes
Jun 15, 2026
tonidero
left a comment
Contributor
There was a problem hiding this comment.
Not that I know the language... but looks good to me!
Member
Author
Same here, I do understand it a bit thought. The translations seemed all fine. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Checklist
purchases-androidand hybridsMotivation
Customer request (PWENG-115) to support Slovenian in paywalls. The existing workaround of substituting Slovenian for English only works for single-locale projects and breaks for customers with multiple locales.
Description
RevenueCatUI/Resources/sl.lproj/Localizable.stringswith the Slovenian translations of the paywall strings.slinRevenueCat.xcodeproj/project.pbxproj(file reference,knownRegions, and theLocalizable.stringsvariant group).test_sl_SI()toLocaleFinderTeststo cover resolving thesl_SIlocale to thesllocalizationNote
Low Risk
Localization-only change with no runtime logic modifications; risk is limited to missing or incorrect Slovenian copy.
Overview
Adds ** Slovenian** as a first-class paywall locale so devices using
sl_SIresolve to bundled strings instead of falling back to English in multi-locale apps.Introduces
sl.lproj/Localizable.stringswith Slovene translations for the standard paywall keys (actions, subscription periods, restore/terms copy, and intro-offer template). Registersslin the Xcode project (knownRegionsand theLocalizable.stringsvariant group). Addstest_sl_SI()inLocaleFinderTeststo assertsl_SImaps to thesllocalization, consistent with other language-only bundles.Reviewed by Cursor Bugbot for commit 7e08a4e. Bugbot is set up for automated code reviews on this repo. Configure here.