-
-
Notifications
You must be signed in to change notification settings - Fork 7
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 message captions #7
Comments
After PR #17 there'll only be like 2 or 3 spots left where this will still be an issue. |
OK, so that's merged now... remaining spots that I can see are: A_New_Order/macros/ano-01_06macros.cfg Lines 121 to 122 in 3b71676
and: A_New_Order/scenarios/22_Leaving_Okladia.cfg Lines 100 to 103 in 3b71676
|
Would |
Update: I found a few more while doing #53 |
|
Your guess is as good as mine unfortunately. I'd say try it out and see if it works... |
An email from @kele17 has reminded me to check how this affects translatability; will have to look at it later... |
...so... yeah, after rechecking the |
I can confirm that the idea for changing a message caption here that I'd had in nemaara/A_New_Order#7 works as expected
fix message captions; see nemaara/A_New_Order#7
Looks fine to me. |
...which part specifically? Are you saying adding translation marks to all the captions would be fine, or that it already looks fine as-is, and I don't need to? |
This addresses some feedback from @Toranks Changes include: - addresses issue #7 - clarify Barnon's gold mechanic a bit further - extra debug messages for reinforcement scattering - ensure Gawen is *really* always poisoned in the first scenario - some additional tuning of the second scenario - fix team coloring of kneeling Akladian lords in the coronation cutscene (S03) - additional recruiting space in Barnon on NORMAL, too - fix Hoyre returning on NIGHTMARE; closes issue nemaara#78
…feedback Addresses some feedback from @Toranks Changes include: - addresses issue #7 - clarify Barnon's gold mechanic a bit further (still might need a further update for issue #14 though) - extra debug messages for reinforcement scattering in S04 - ensure Gawen is really always poisoned in the first scenario - some additional tuning of the second scenario - fix team coloring of kneeling Akladian lords in the coronation cutscene (S03) - additional recruiting space in Barnon on NORMAL, too - fix Hoyre returning on NIGHTMARE; closes issue #78
I meant the improvements mentioned before my last comment. |
PR #117 fixes another case of using the correct name, but doesn't make any decision about adding translation marks or not yet |
- add @Toranks to the credits - new portrait for Kyobaine's winter clothing, contributed by OneHourLate, a.k.a. Mells or ohlyf (from Discord, who I also commissioned my last few portraits from) - I made an attempt at improving the issue #19 situation, but it didn't exactly work out to my liking, so it's hidden behind debug mode for now. - New debug mode contextual menu option for displaying messages from arbitrary units, for the purposes of testing issue #16 - Add a macro that I thought I'd included in #109 (and even used there), but looks like I actually forgot... (it's for giving experience to units) - New scenario! This commit includes S15c, "Raedwood East", which is probably enough to fix issue #72 for now (the scenario still isn't fully complete yet, but it's finished enough for the purposes of closing that issue) - Mark more units as unrenamable. Closes issue #114 - Adjust recruitment patterns. Closes issue #116 - fix #112 - Something for issue #7 that I thought I'd already submitted in a previous PR (but, actually hadn't)
…wesnoth-map-diff/json5-2.2.3 Bump json5 from 2.2.0 to 2.2.3 in /utils/wesnoth-map-diff
OK so now I'm running the validator on this add-on, and apparently adding translation marks is what the validator wants me to do, so I guess it's time to do that now... |
one problem with this is that making the message captions translatable often screws up which string certain |
#144 could help simplify this a bit. |
found another place where there's a caption missing in cooljeanius/A_New_Order@1063046 |
- new linting workflow - recompression of images - start of work on some lua - validator fixes - updated README see the following issues: - #7 - #32 - #33, checkbox 2 - #57 (a bit) - nemaara#73 (gets started with it at least; I'm holding back on some other parts I've written for it until they're more submittable) - nemaara#81 (adds FIXMEs about it) - nemaara#144
From cooljeanius/A_New_Order/6. I filled in captions for most of the messages that were missing them, but there are still a few remaining where giving them a caption would involve something a little more complicated than just copying the 1st parameter to the 3rd parameter. I tried to mark all the ones I could find with
TODO
comments, so they should be easy to notice.The text was updated successfully, but these errors were encountered: