[Documentation] Add translation guide for adding new languages #78#205
Open
Atharavkag wants to merge 4 commits intokevinanielsen:mainfrom
Open
[Documentation] Add translation guide for adding new languages #78#205Atharavkag wants to merge 4 commits intokevinanielsen:mainfrom
Atharavkag wants to merge 4 commits intokevinanielsen:mainfrom
Conversation
…ielsen#78) - Created comprehensive guide for adding new languages - Added Spanish (es) example with partial translation - Added French (fr) example showing similar pattern - Included README files to track translation progress - Linked to existing Danish (da) example as reference
…ielsen#78) - Created comprehensive guide for adding new languages - Added Spanish (es) example with partial translation - Added French (fr) example showing similar pattern - Included README files to track translation progress - Linked to existing Danish (da) example as reference
kevinanielsen
requested changes
Jan 25, 2026
Owner
There was a problem hiding this comment.
For some reason, I can't add comments per line, but the abbreviation for French in step 1 should be /fr, not /r/.
The formatting for code snippets also looks wrong. Use three backticks, ``` instead of the backslashes. e.g. for a bash snippet:
```bash
hello!
```
There are issues with backslash vs regular slashes in a lot of places.
package-lock.json
Outdated
Owner
There was a problem hiding this comment.
This file should not be committed
Author
|
@kevinanielsen Thank you for the thorough review. I've addressed all the issues you pointed out:
All changes have been pushed. Please let me know if there's anything else that needs adjustment. |
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.
Linked Issues
Closes #78
Summary
Adds comprehensive documentation and step-by-step guides for translating go-fast-cdn into new languages. This ensures the project is accessible to international contributors.
Changes
docs/how-to-add-a-language.mdwith a step-by-step workflow.es/) and French (fr/) directories to demonstrate the pattern.da/) documentation.Why this is important
Verification & Testing