mirror of
https://github.com/QuivrHQ/quivr.git
synced 2024-12-15 01:21:48 +03:00
992c67a2b9
> let me know what needs to be changed in order to merge this # Description: DX upgrade with little i18n tool. - I added a [ide-extension](https://inlang.com/m/r7kp499g/app-inlang-ideExtension) config to `quivr`. This enables developers and contributors to extract, access and update translations in code using the existing json files under the hood. - **Opt-in:** With the config in place you can also use the [fink editor](https://inlang.com/m/tdozzpar/app-inlang-editor) to update product copy/translation with a no code UI. Here u see an example from my fork: https://inlang.com/editor/github.com/NilsJacobsen/quivr # What I added (opt-in) - A config file -> `settings.json` - Vscode recommendation so the contributors can use the extension ## Screenshots: IDE-Extension: ![image](https://github.com/StanGirard/quivr/assets/58360188/6f1217fe-692e-4aa2-942b-458cabf3bc2b) Editor: <img width="1512" alt="image" src="https://github.com/StanGirard/quivr/assets/58360188/aa62ca66-6d11-42c2-8dc3-30a97ed985de">
9 lines
175 B
JSON
9 lines
175 B
JSON
{
|
|
"recommendations": [
|
|
"ms-pyright.pyright",
|
|
"dbaeumer.vscode-eslint",
|
|
"ms-python.vscode-pylance",
|
|
"ms-pyright.pyright",
|
|
"inlang.vs-code-extension"
|
|
]
|
|
} |