Skip to content

Feat/i18n/ko missing translation#333

Merged
chamikaJ merged 13 commits intodevelopmentfrom
feat/i18n/ko-missing-translation
Sep 13, 2025
Merged

Feat/i18n/ko missing translation#333
chamikaJ merged 13 commits intodevelopmentfrom
feat/i18n/ko-missing-translation

Conversation

@chamikaJ
Copy link
Copy Markdown
Contributor

No description provided.

ChoccoJang and others added 13 commits July 25, 2025 16:20
- add: language korean
- fixed: task attach file s3 url error fix
- fixed: task > comments attach file s3 url error fix
- add: language korean
- fixed: task attach file s3 url error fix
- fixed: task > comments attach file s3 url error fix

1
…b.com/HyunJoonJang/worklenz into feature/add-language-korean-error-fix

# Conflicts:
#	worklenz-backend/src/controllers/task-comments-controller.ts
Added discord invite link to README.md
- Extracted Postgres (db) init wrapper into `docker/db-init-wrapper.sh`
  to avoid Compose variable substitution issues with `$f`
  and ensure dos2unix + chmod run consistently.
- Extracted MinIO (createbuckets) bucket creation logic into
  `docker/createbuckets-entrypoint.sh` for clarity and easier maintenance and
  prevent docker compose from trying to substitute `$i` variable.

This Fixes docker substitution warnings:
'WARN[0000] The "i" variable is not set. Defaulting to a blank string.'
'WARN[0000] The "f" variable is not set. Defaulting to a blank string.'
'WARN[0000] The "f" variable is not set. Defaulting to a blank string.'

Which just break migration scripts from running.
Postgres container was marked unhealthy during initialization,
causing dependent services to fail before the database was ready.

Increasing the `start_period` ensures healthchecks wait long enough
for Postgres to install dos2unix, finish initdb and run migrations.

Otherwise the healthckeck fail during init causes partial database setup that
permanently bricks other dependent services.
fix(docker): Update docker-compose.yml to fix broken postgress and MinIO initialization.
…rror-fix

Feature/add language korean error fix
@chamikaJ chamikaJ merged commit 665f9de into development Sep 13, 2025
3 checks passed
@chamikaJ chamikaJ deleted the feat/i18n/ko-missing-translation branch January 9, 2026 07:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants