Feat/i18n/ko missing translation#333
Merged
chamikaJ merged 13 commits intodevelopmentfrom Sep 13, 2025
Merged
Conversation
- 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
Development
Development
Added discord invite link to README.md
Update 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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.