1
0
Fork 0
mirror of https://github.com/Reuh/anselme.git synced 2025-10-27 16:49:31 +00:00

Improve translation template generation, only add the source context if needed

This commit is contained in:
Étienne Fildadut 2024-01-04 19:16:22 +01:00
parent 41f85181a3
commit 581c60048d
10 changed files with 118 additions and 32 deletions

View file

@ -14,10 +14,6 @@ Translation.
Translation model for stdlib: ?
For translation context/disambiguation:
* text+line+file - OK
* func/var hierarchy?
Do some more fancy scope work to allow the translation to access variables defined in the translation file?
---