genesis-ai-dev / codex-project-manager

Core Codex extension for initializing new translation projects
MIT License
0 stars 1 forks source link

Need to be able to edit custom target language #5

Closed ryderwishart closed 3 months ago

ryderwishart commented 4 months ago

Sometimes the user wants to specify a target language that is not included in our predefined list of languages.

The predefined list is here: src/utils/languageUtils.ts.

It is implemented in the project creation flow here: webviews/obs/src/views/CreateProject.tsx. Rather than only filtering the list, we should also allow users to type their own custom string.

DoD

ryderwishart commented 3 months ago

Implementation for "custom language": loom video

New version with fix is 0.0.10