CODAP-1093: Add V2 locale handling research and redirect implementation plan#2340
Closed
dougmartin wants to merge 1 commit intomainfrom
Closed
CODAP-1093: Add V2 locale handling research and redirect implementation plan#2340dougmartin wants to merge 1 commit intomainfrom
dougmartin wants to merge 1 commit intomainfrom
Conversation
…on plan Research V2's locale architecture and create implementation plan for redirecting V2 language-specific URLs to V3 during the transition. Requirements spec (requirements.md): - Document V2's per-language build structure (13 languages) - Compare V2/V3 auto-detection behavior differences - Define redirect strategy: non-English URLs get ?lang= param, English defers to auto-detect - Clarify hash fragment preservation requires client-side redirects - Address RTL support (neither V2 nor V3 has full RTL layout) Implementation spec (implementation.md): - HTML redirect template preserving query strings and hash fragments - Bash script to generate redirect pages for all V2 language paths - Deployment notes using existing V2 release process (EC2 symlinks) - Rollback procedure, test matrix, and security review
Member
Author
|
Closing as this was just for research for the future. |
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.
Research V2's locale architecture and create implementation plan for redirecting V2 language-specific URLs to V3 during the transition.
Requirements spec (requirements.md):
Implementation spec (implementation.md):