-
-
Notifications
You must be signed in to change notification settings - Fork 393
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
🌐 New Crowdin updates #1279
🌐 New Crowdin updates #1279
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
WalkthroughThe changes involve the addition of new key-value pairs to several JSON localization files for the Swedish language. These updates enhance the application's interface by providing translations for various functionalities, scheduling tools, and user prompts, contributing to a more comprehensive user experience. Changes
Sequence Diagram(s)sequenceDiagram
participant User
participant App
participant LocaleService
User->>App: Request scheduling feature
App->>LocaleService: Fetch translations
LocaleService-->>App: Return localized strings
App-->>User: Display scheduling interface
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media? TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (invoked as PR comments)
Additionally, you can add CodeRabbit Configuration File (
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actionable comments posted: 0
Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Files selected for processing (3)
- apps/landing/public/locales/sv/common.json (1 hunks)
- apps/landing/public/locales/sv/home.json (1 hunks)
- apps/web/public/locales/sv/app.json (4 hunks)
Additional comments not posted (23)
apps/landing/public/locales/sv/common.json (5)
18-18
: LGTM!The new key-value pair
"goToApp": "Gå till App"
is correctly added and follows the existing structure.The code changes are approved.
21-21
: LGTM!The new key-value pair
"freeSchedulingPoll": "Gratis schemaläggningsomröstning"
is correctly added and follows the existing structure.The code changes are approved.
22-22
: LGTM!The new key-value pair
"findATime": "Hitta en tid"
is correctly added and follows the existing structure.The code changes are approved.
24-24
: LGTM!The new key-value pair
"availabilityPoll": "Tillgänglighetsundersökning"
is correctly added and follows the existing structure.The code changes are approved.
26-26
: LGTM!The new key-value pair
"howItWorks": "Hur det fungerar"
is correctly added and follows the existing structure.The code changes are approved.
apps/landing/public/locales/sv/home.json (16)
4-4
: LGTM!The new key-value pair
"headline": "Sluta med fram-och-tillbaka-e-postmeddelanden"
is correctly added and follows the existing structure.The code changes are approved.
6-6
: LGTM!The new key-value pair
"pcmagQuote": "\"Skapa en schemaläggningsundersökning på så kort tid som möjligt\""
is correctly added and follows the existing structure.The code changes are approved.
7-7
: LGTM!The new key-value pair
"hubspotQuote": "\"Det enklaste valet för tillgänglighetsundersökning för stora grupper.\""
is correctly added and follows the existing structure.The code changes are approved.
9-9
: LGTM!The new key-value pair
"popsciQuote": "\"Det perfekta valet om du vill hålla dina OSA enkla.\""
is correctly added and follows the existing structure.The code changes are approved.
12-12
: LGTM!The new key-value pair
"ericJobTitle": "Executive Assistant på MIT"
is correctly added and follows the existing structure.The code changes are approved.
14-14
: LGTM!The new key-value pair
"statsPollsCreated": "100k+ omröstningar skapade"
is correctly added and follows the existing structure.The code changes are approved.
19-19
: LGTM!The new key-value pair
"availabilityPollCta": "Skapa en tillgänglighetsundersökning"
is correctly added and follows the existing structure.The code changes are approved.
20-20
: LGTM!The new key-value pair
"availabilityPollMetaTitle": "Tillgänglighetsundersökning | Effektivisera schemaläggning med Rally"
is correctly added and follows the existing structure.The code changes are approved.
21-21
: LGTM!The new key-value pair
"availabilityPollMetaDescription": "Schemalägg möten och evenemang sömlöst med Ralllys tillgänglighetsundersökning. Se till att allas tillgänglighet beaktas för en smidig och effektiv planeringsupplevelse."
is correctly added and follows the existing structure.The code changes are approved.
22-22
: LGTM!The new key-value pair
"availabilityPollTitle": "Tillgänglighetsundersökningar"
is correctly added and follows the existing structure.The code changes are approved.
23-23
: LGTM!The new key-value pair
"availabilityPollDescription": "Trött på att kämpa för att hitta en mötestid som passar alla? Effektivisera ditt schema med en tillgänglighetsundersökning - ett kraftfullt verktyg designat för att förenkla och optimera din planering av evenemang och möten."
is correctly added and follows the existing structure.The code changes are approved.
24-24
: LGTM!The new key-value pair
"createAPoll": "Skapa en mötesundersökning"
is correctly added and follows the existing structure.The code changes are approved.
25-25
: LGTM!The new key-value pair
"doodleAlternativeMetaTitle": "Bästa gratis doodlealternativ | Rally"
is correctly added and follows the existing structure.The code changes are approved.
27-27
: LGTM!The new key-value pair
"findATimeMetaTitle": "Hitta en tid att träffas | Rally"
is correctly added and follows the existing structure.The code changes are approved.
28-28
: LGTM!The new key-value pair
"findATimeMetaDescription": "Skapa en mötesundersökning på några sekunder, ingen inloggning krävs."
is correctly added and follows the existing structure.The code changes are approved.
29-29
: LGTM!The new key-value pair
"findATimeTitle": "Hitta en tid att träffas"
is correctly added and follows the existing structure.The code changes are approved.
apps/web/public/locales/sv/app.json (2)
83-83
: LGTM!The new key-value pair
"startOfWeek": "Början av veckan"
is correctly added and follows the existing structure.The code changes are approved.
108-108
: LGTM!The new key-value pair
"useLocaleDefaults": "Använd standardspråk"
is correctly added and follows the existing structure.The code changes are approved.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actionable comments posted: 0
Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Files selected for processing (3)
- apps/landing/public/locales/sv/common.json (1 hunks)
- apps/landing/public/locales/sv/pricing.json (2 hunks)
- apps/web/public/locales/sv/app.json (6 hunks)
Files skipped from review due to trivial changes (2)
- apps/landing/public/locales/sv/common.json
- apps/web/public/locales/sv/app.json
Additional comments not posted (2)
apps/landing/public/locales/sv/pricing.json (2)
8-8
: LGTM!The addition of
"faq": "Vanliga frågor"
is correct and improves the user interface by providing users with a direct reference to FAQs.The code changes are approved.
24-24
: LGTM!The addition of
"whyUpgradeAnswer2": "Att uppgradera till en betald plan är vettigt om du använder Rally ofta eller använder det i arbetet..."
is correct and enhances the functionality of the application by improving the clarity and accessibility of information related to pricing and upgrades.The code changes are approved.
Summary by CodeRabbit
New Features
Bug Fixes