Skip to content
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

As a developer, I want to add template strings throughout the codebase and integrate the make messages command into our Docker setup. #14

Closed
katporks opened this issue Feb 16, 2024 · 1 comment · Fixed by #18
Assignees

Comments

@katporks
Copy link
Collaborator

In this task, we aim to prepare our application for localization by adding template strings throughout the codebase. These strings will serve as placeholders for the actual text content in different languages.

Once the template strings are in place, we will integrate the make messages command into our Docker setup. This command is part of Django's internationalization framework and is used to create or update .po files, which are used for translation.

By running make messages inside Docker, we ensure a consistent environment for generating these files, regardless of the local setup of the developers' machines.

Acceptance Criteria:

  1. Template strings are added throughout the codebase where text content is present.
  2. The make messages command is successfully integrated into Docker and can be run without errors.
  3. Updated .po files are generated when make messages is run.

Next issue post completion: #12

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
1 participant