Practice English vocabulary for localization project management: localization kits, release-tied deadlines, round-trip reviews, status dashboards, and vendor handoffs.
0 / 14 completed
1 / 14
What does 'the localization kit includes source files, context notes, and glossary' mean?
A localization kit (or loc kit) ensures translators have everything they need: source files (strings to translate), context notes or screenshots explaining UI context, and a glossary enforcing consistent terminology across all languages.
2 / 14
What does 'the translation deadline is tied to the release date' mean?
In software localization, translations are often on the critical path. The translation deadline is calculated backward from the release date, accounting for translation, review, integration, and testing time. Missing the translation deadline delays the whole release.
3 / 14
What is a 'round-trip translation review'?
Round-trip review (or back-translation) is sometimes used as a quality check — the translated text is sent back to the project owner or a bilingual reviewer to confirm it conveys the intended meaning, especially for sensitive or complex content.
4 / 14
What is a 'localization status dashboard'?
Localization PMs use status dashboards (often in TMS tools like Phrase, Lokalise, or Crowdin) to track progress across languages, identify bottlenecks, and report readiness to stakeholders. It shows at-a-glance which languages are on track.
5 / 14
What is 'vendor handoff' in a localization workflow?
Vendor handoff is the critical step where the localization PM packages and delivers the work to an LSP (Language Service Provider). A clean handoff with clear instructions, complete reference materials, and agreed timelines minimizes back-and-forth and rework.
6 / 14
Sarah from the Madrid team sent this Slack message: 'Just finished the Catalan translation of the UI strings. The glossary entry for 'button' is now 'pulsar', but we need to confirm with the UX team that this doesn't conflict with our existing terminology. Can someone double-check?' What does Sarah likely mean when she asks for a confirmation?
Sarah is seeking validation that the glossary update—specifically the term 'pulsar' for 'button'—is consistent with the overall UX strategy. This isn't a code review; it's about ensuring semantic coherence within the localization project. The incorrect options represent misunderstandings of the process and potential tasks.
7 / 14
Mark is writing a PR description for a change that includes updated translation strings: 'Implemented changes to accommodate new Japanese localization settings. Updated all UI text labels in the i18n module.' What is Mark's primary focus here?
Mark's PR description is about providing context to reviewers and stakeholders. While correct formatting is important, his core responsibility is documenting the changes made within the localization workflow—specifically, that the UI text labels have been updated for Japanese. The other options relate to different stages of development or testing.
8 / 14
Sarah from the Madrid team sent this Slack message: 'Just finished the Catalan translation of the UI strings. The glossary entry for 'button' is now 'pulsar', but we need to confirm with the UX team that this doesn't conflict with our existing terminology. Can someone double-check?' What does Sarah likely mean when she asks for a confirmation?
Sarah is seeking validation that the glossary update—specifically the term 'pulsar' for 'button'—is consistent with the overall UX strategy. This isn't a code review; it's about ensuring semantic coherence within the localization project. The incorrect options represent misunderstandings of the process and potential tasks.
9 / 14
Mark is writing a PR description for a change that includes updated translation strings: 'Implemented changes to accommodate new Japanese localization settings. Updated all UI text labels in the i18n module.' What is Mark's primary focus here?
Mark's PR description is about providing context to reviewers and stakeholders. While correct formatting is important, his core responsibility is documenting the changes made within the localization workflow—specifically, that the UI text labels have been updated for Japanese. The other options relate to different stages of development or testing.
10 / 14
Review this code review comment: 'The `getMessage()` method should return a localized string. Please update it to use the `LocalizationManager` and pass in the appropriate language code.' What is the primary issue highlighted in this comment?
This comment is pointing out that the code needs to incorporate a proper localization strategy. The core issue isn't just about using a library (option 1), but rather ensuring the function consistently retrieves localized strings based on the current language context. Option 3 accurately captures this – the suggestion of using `LocalizationManager` addresses the need for dynamic string retrieval.
11 / 14
"Hey team, just finished translating the 'Add to Cart' button into French. The new text is 'Ajouter au Panier'. Could someone double-check that this doesn't conflict with any existing UI elements?" What does this Slack message primarily indicate?
This message is fundamentally a request for quality assurance. The sender is seeking confirmation that the French translation doesn't cause problems with the UI. While it touches on progress and potentially conflict resolution, the primary intent is to verify the translated text's compatibility.
12 / 14
Mark writes this PR description: 'Updated the `localization.json` file with new Spanish translations for all UI elements. Added support for RTL layout in Spanish.' What is Mark's primary accomplishment?
Mark's main action is adding the capability for RTL (right-to-left) layout in Spanish. The `localization.json` update contains translations, but the addition of RTL support represents a more complex and critical localization enhancement – adapting the UI based on language directionality. The other options are secondary aspects of this change.
13 / 14
"I spent yesterday finalizing the German translation for the 'Submit' button. We're still waiting on feedback from the design team regarding the new wording – they want to ensure it aligns with our brand guidelines." What is the speaker's primary status?
The speaker explicitly states they are 'blocked'. They aren't finished; they're waiting for the design team to provide feedback. This aligns with the scenario of needing external sign-off before proceeding further, a common situation in localization projects.
14 / 14
The following API response represents a query for localized strings: `{"language": "de", "strings": {"@button_save": "Speichern", "@label_product": "Produkt"}}`. What does this response indicate?
This API response directly reveals the current language setting. The `language` field specifies 'de' (German), and the `strings` object contains localized versions of UI elements associated with that language. This is a typical way an application retrieves localized content based on user preference.
What will I practise in "Localization Project Management Vocabulary"?
Practice English vocabulary for localization project management: localization kits, release-tied deadlines, round-trip reviews, status dashboards, and vendor handoffs.
How many exercises are in this module?
This module has 14 multiple-choice exercises, each with instant feedback and a full explanation of the correct answer.
Is this exercise free to use?
Yes. Every exercise on CoderSlingo, including this one, is free to use with no account, sign-up, or paywall.
Do I need to create an account to do these exercises?
No account is required. Just click an option to answer — your score for this session is tracked automatically in the progress bar above.
What happens if I choose the wrong answer?
You'll immediately see which answer was correct, plus a full explanation covering the vocabulary and reasoning behind it — mistakes are where most of the learning happens.
Can I retry the exercises if I want a higher score?
Yes — use the "Try again" button on the results screen to reset and go through all the questions again.
Is my progress saved if I close the page?
No. Progress is tracked only for your current visit; reloading or leaving the page resets the counter. This keeps the exercise simple and account-free.
Where can I find more i18n & l10n exercises?
Browse the full i18n & l10n hub for related drills, or check the "Next up" link below to continue with a connected topic.
How is this different from reading an article on the same topic?
Articles explain vocabulary and concepts in prose; this exercise tests and reinforces that vocabulary through active recall with immediate feedback — the two work best together.
Who writes these exercises?
Every exercise is written by the CoderSlingo team, drawing on real workplace English used in IT roles, then reviewed for accuracy and clarity.