learningequality / learningequality/studio

exclude non-user-facing-strings from the `django.po` file

Open
#2,486 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

P2 - normal TAG: tech update / debt TAG: user strings
Dominant language
Python
Stars
191
Forks
307
Avg merge
5d 6h
Merged PRs (30d)
10

Description

Summary

There seem to be a lot of strings included in the django.po file (which is uploaded to Crowdin) that are not actually user-facing, and we don't need to translate them.

Selection_005

We need to go through all the strings in the django.po and decide if there is an actual need to translate them or not.

Category

Select one: OTHER (i18n-tech-debt)

Real-life consequences

Excluding the strings that don't need to be translated will go towards us saving on translation (and translation support) cost and time.

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by reviewing the django.po file and the linked discussion about which strings are user-facing. Determine which entries need translation and how they are uploaded to Crowdin; the work is done when non-user-facing strings are excluded without removing translatable user-facing text.

Written by the indexing model from the issue text.

Assessment

Tech stack
python
Domain
internationalization, localization
Issue type
Refactor
Difficulty
5/5
Estimated time
Over a week
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.