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

Add 'Software' after 'Open Fair-Code Source' for clarity in translations #1064

Open
wants to merge 25 commits into
base: dev
Choose a base branch
from

Conversation

Loujayna1
Copy link
Contributor

Description

This pull request addresses an issue where the phrase "open fair-code source" lacks clarity for translation into languages like French and German due to the absence of a noun. By adding the word "software" after "open fair-code source," the phrase becomes "open fair-code source software," providing context and improving the accuracy of translations.

Related Issues

#996

Checklist

  • I have tested these changes
  • I have updated the relevant documentation
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the codebase
  • My changes generate no new warnings or errors
  • The title of my pull request is clear and descriptive

shaikweb27 and others added 25 commits February 28, 2024 15:27
some code changes
code commit
removed wrong code
Updated invoice title
Updated space
Updated content
Added discount option in code
added address in customer
This commit addresses an issue in the frontend Dockerfile where the `CMD` directive attempted to execute `npm run local`, a script that doesn't exist in `package.json`. This discrepancy caused the Docker container for the frontend to fail to start, hindering the setup process for developers and contributors working with Docker.

Changes made:
- Updated the `CMD` in the Dockerfile to use `npm run dev -- --host 0.0.0.0`, aligning it with the available scripts defined in `package.json` and ensuring the development server listens on all network interfaces within the Docker container. This adjustment facilitates access to the frontend service from the host machine or other Docker containers.

Verification:
- Rebuilt the Docker image for the frontend and verified that the container starts successfully and is accessible on `http://localhost:3000`.
- Ensured that the frontend application functions as expected when accessed through the browser.

This fix streamlines the developer experience by ensuring the Docker setup process is smooth and aligns with the project's current frontend tooling configuration.
This commit addresses an issue in the frontend Dockerfile where the `CMD` directive attempted to execute `npm run local`, a script that doesn't exist in `package.json`. This discrepancy caused the Docker container for the frontend to fail to start, hindering the setup process for developers and contributors working with Docker.

Changes made:
- Updated the `CMD` in the Dockerfile to use `npm run dev -- --host 0.0.0.0`, aligning it with the available scripts defined in `package.json` and ensuring the development server listens on all network interfaces within the Docker container. This adjustment facilitates access to the frontend service from the host machine or other Docker containers.

Verification:
- Rebuilt the Docker image for the frontend and verified that the container starts successfully and is accessible on `http://localhost:3000`.
- Ensured that the frontend application functions as expected when accessed through the browser.

This fix streamlines the developer experience by ensuring the Docker setup process is smooth and aligns with the project's current frontend tooling configuration.
Fix: Update Dockerfile to use correct npm script for frontend service
fix 'req is undefined' error in payment controller
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.

None yet

7 participants