Patch for the Azumanga Daioh 2nd Page Translation
@BitBun According to Naoko Chino's _All About Particles_, a trailing から may be used to mean “so you had better”, as in: “I'll be taking the test too, so do your best.” (“See if you can beat my score.”)
Knowing Yukari-sensei, boasting about her (usually non existent) abilities would be pretty much in character.
Patch for the Azumanga Daioh 2nd Page Translation
@josemanuel @slyborg I thought about it a lot, and I ended up settling on a simple "Do your best everyone, because I'll also be taking the test with you!"
But I added a hefty note talking about some of the possible translations for the sentence: https://honyaku.space/manga/azumangadaioh/1/1/2/
Thanks for the discussion on this!
Patch for the Azumanga Daioh 2nd Page Translation
@BitBun Oh, one more thing: there's something wrong with the CSS of the page, at least with Seamonkey on Linux. Element div#main has an inline rule that says "display:none". I have to disable it if I want to see the page.
Is it just me? My assumption is that there's some js code that undoes that rule, and it's not executing in my browser for some reason.
Patch for the Azumanga Daioh 2nd Page Translation
@josemanuel Has it ever executed, or is this a recent issue? The none was added so that I can avoid showing shifting layouts for the user's preference on furigana disabling or enabling, but if an error occurred it may not run accidentally.
Can you check your error log and report it back to me?
Patch for the Azumanga Daioh 2nd Page Translation
@josemanuel Nevermind, I just downloaded SeaMonkey, and it looks busted on that browser; some of the layout on the pages that do work also seem strange to me.
It seems that SeaMonkey doesn't support the `replaceChildren` function, so what is breaking is it's trying to load the flashcards, but failing because it can't build them (that part of the app uses the replaceChildren function).
I wonder if I can detect this and disable the flashcards for you (or use a separate function).
Patch for the Azumanga Daioh 2nd Page Translation
@josemanuel Should be fixed, I provided a definition of the function if it does not already exist, tested on 2.53.18
Patch for the Azumanga Daioh 2nd Page Translation
@BitBun It works now. Thanks!
Patch for the Azumanga Daioh 2nd Page Translation
@josemanuel Yeah, I have that book as well! I saw that translation, but I wasn't sure it perfectly fit the situation. But rearranging it to say "I'll also try taking the test with you, so do your best!" does sound pretty natural, and I think it keeps the nuance of から in there as well. That's something I had not considered, thanks!
@slyborg what do you think of this?