this post was submitted on 19 Feb 2025
856 points (99.2% liked)

Programmer Humor

21706 readers
962 users here now

Welcome to Programmer Humor!

This is a place where you can post jokes, memes, humor, etc. related to programming!

For sharing awful code theres also Programming Horror.

Rules

founded 2 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] rikudou 70 points 1 month ago (1 children)

Yeah, Excel does that, it always fascinated me. It was so weird writing =KDYŽ instead of =IF in Excel. Different times, I guess.

[–] wischi@programming.dev 12 points 1 month ago (3 children)

Does that get translated if someone else with a different language opens that file?

[–] rikudou 18 points 1 month ago (1 children)

No idea, but I would hope so.

[–] Sorse@discuss.tchncs.de 13 points 1 month ago (1 children)

Yes, but it would be funny if you could just switch languages in the middle of your sheet, чтобы можно было начать на русском, continue in English,وانتهى باللغة العربية.

Tap for spoilerI hope that the built in translation in iOS can translate to Arabic well

[–] SmackemWittadic@lemmy.world 7 points 4 weeks ago

Don't worry, the arabic translation is correct

It's formal Arabic, as is expected of any translator

[–] bleistift2@sopuli.xyz 9 points 4 weeks ago (1 children)

The best part is that if your version of Excel is German, you can’t write =IF(). You have to use =FALLS().

It’s always fun to google a function and then the translation.

[–] wischi@programming.dev 8 points 4 weeks ago (1 children)

I'm pretty sure it's not FALLS() but WENN(), at least the last time I used Excel.

[–] bleistift2@sopuli.xyz 1 points 4 weeks ago

Could be. I try to avoid Excel. And I believe “wenn” is a wrong translation, whether the function has that name or not.

Internally Excel saves it in English (or some internal code) and translates it when opened.

My company switched from Excel-Interops, where you had to send the German function name to Excel. Now we write .xlsx files directly and have to send the English function name. But when opened it displays all functions in German (or whatever localization Excel is set to).