- 0
what is the difference between _("<string>") and _$("<string>")
Asked by
AnnieRuru
-
Recently Browsing 0 members
No registered users viewing this page.
Asked by
AnnieRuru
No registered users viewing this page.
By using this site, you agree to our Terms of Use.
What is the difference between _("<string>") and _$("<string>") meant for HULD
I found a few clues in script.c
so its script->buildin_lang_macro_offset and script->buildin_lang_macro_fmtstring_offset
next, in generate-translations.c
now this make sense, _("<string>") is somehow group together with mes and select
_$("<string>") is somehow group together with mesf
so this is my guess ...
_("<string>") is for those without %d %s ...
_$("<string>") is for those with %d %s ... like sprintf ... right ?
so ... my next question is ... there are 3 types
<none>
c format
no c format
generate the file as
what are those actually means then ?
if translate by hand, it probably doesn't mean anything ...
line 187 in generate-translations.c
@Haru @Dastgir
Share this post
Link to post
Share on other sites