Support locale option for variables title in outline#48
Conversation
|
Hi @F0rgenet , thank you, I had missed this! I also see a a better solution in the future but it is not trivial because for once I don't know these words in all existing languages and there might be variations in certain languages and the user wants to select... |
|
Im preparing another PR in this topic, it will add Also I have a question, will it be better as separate PR or I can update this one? |
|
Oh, I'm curious! Mind that there still needs to be a way to set the word manually in case someone wants a special version. Actually, sooner or later, Tidy will get an overhaul with types that one can use set and show rules on. This will change the entire picture including how themes are built. But we can still work on this now because it might still take a while until Typst gets user-defined types. Let's do a separate PR! lt will be cleaner this way and then we can decide which one(s) to merge. |
|
Waiting for custom types too |
|
I will merge this one now, regardless of how we go with #49 because it is easy while the other one might need more time/discussion and they are compatible. |
I added locales support for variable title in default styles outlines
Closes #47
However it seems to me that supporting
#set text(lang: ...)will be full solution, this one is partial