-
Notifications
You must be signed in to change notification settings - Fork 23
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Missing translations #92
Comments
@HSteinway lets collect these here, I'll hopefully be able to address these soon.
|
I've added new text pairs to address the stats & load/save branch text translations, these are available to translate now.
|
Happy new year! I've added a couple more branch pairs aad3866, the errors codes need a little more work as they're much more dynamic. |
What do 'sv' and 's' mean?) |
That's the full function signature, `foo(sv)` is a function named "foo"
that takes `seq` argument in position 1 and `var` argument position 2.
So `bar(vvvvv)` is a function that takes 5 vars.
…On Wed, 8 Jan 2020, 18:01 HenrySteinway, ***@***.***> wrote:
The add(sv) function is used to add additional values to the end of the
sequence. remove(sv) to remove a value by index. size(s) returns the
number of values in the sequence.
What do 'sv' and 's' mean?)
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#92?email_source=notifications&email_token=AARZHV4H2GCFDUYACR6UWJDQ4YIIBA5CNFSM4J6CLDAKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEINN4IA#issuecomment-572186144>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AARZHV7ATZILGPQLTF72WIDQ4YIIBANCNFSM4J6CLDAA>
.
|
What is the status of missing strings for translation? |
afaik all game strings should be covered now. The only missing bits I'm aware of are code error messages from game's parser/intrepreter https://github.com/big-ab-games/badder-lang. They are a bit trickier to translate as they are more templatey and were less static. I think we can have a bash at adding support for translating them though. |
Some text is missing from this translation project, ideally the whole game should be covered.
The text was updated successfully, but these errors were encountered: