콘텐츠로 이동

Contributing Translations to Askimo

이 콘텐츠는 아직 번역되지 않았습니다.

Askimo is available in English, Chinese (Simplified & Traditional), Japanese, Korean, French, Spanish, German, Portuguese, and Vietnamese. If you speak another language, your help means a lot. Even fixing a single awkward phrase makes a difference for someone using the app every day.

Translations are managed on Crowdin. No coding, no pull requests, no local setup required.

→ crowdin.com/project/askimo

  1. Create a free Crowdin account (or sign in with GitHub or Google)
  2. Select your language from the project page
  3. Pick any file and start translating strings in the online editor
  4. Your contributions are reviewed and merged into the app periodically

That’s it. Crowdin shows translation progress per language and highlights missing or outdated strings so you always know where help is needed most.


Some strings contain placeholders like {0} or {1}. These are filled in by the app at runtime with things like a username, model name, or number. You must keep them in your translation, though you can move them to a different position in the sentence if your language requires it.

# English
chat.provider.model=Provider: {0}, Model: {1}
# Japanese (reordered)
chat.provider.model=モデル: {1}、プロバイダー: {0}

Askimo uses a friendly but professional tone, like a knowledgeable colleague rather than a corporate manual. Avoid overly formal or stiff phrasing where natural language sounds better.

Buttons, labels, tooltips, and menu items are what users see constantly. If you have limited time, start there. They have the biggest impact on how polished the app feels.

Crowdin has a built-in comment system on every string. If the source text is ambiguous or you’re not sure about the right term, leave a comment. Other translators and the maintainers can weigh in before anything goes live.


If your language isn’t listed on Crowdin yet:

  1. Open a GitHub Discussion to request it
  2. Mention the language name and its code (e.g. ar for Arabic, or ar_SA for Arabic, Saudi Arabia)
  3. Once the language is added to the project, you’ll be notified and can start straight away

Once your translations are merged, you can see them in the app under Settings → Application Language.

Language Selection Dropdown

Missing translations fall back to English, so nothing will break. If you spot a key name showing up instead of real text, it means a string hasn’t been translated yet.


Thank you for helping make Askimo accessible to users around the world. 🌍