> Bonus 'I hate it' points if it's that Arabic-looking font that's just English text that looks kind of Arabic. How is a tacky font on some text that was never intended to be Arabic even approaching the badness of these other issues, let alone worse ? Or is the worry you've found a person that doesn't understand different languages exist at all ?
I think it's extra insulting when someone uses a font that's just supposed to look Arabic I have definitely seen attempts at a "global-looking" interface where fake languages were put on screen using plausible-looking fonts. Like, imagine a welcome page with "hello!" in lots of different languages, but the Arabic/Urdu/Armenian/Thai characters are all just literal gibberish that looks kind of like the alphabets in que…
Help! Is This Arabic?
121–130 of 304 posts
Re: Help! Is This Arabic?
#122What about farsi and other languages that use arabic script but not arabic at all? I can write (with effort lol) indonesian or javanese in arabic script https://en.wikipedia.org/wiki/Jawi_script .
Farsi has the letter "p" which Arabic does not. That letter has three dots on top (sometimes drawn like ^. I think there may be another. Arabic only has the "sh" sound with the three dots. Trying to read Farsi, it feels like I should know what's going on but am left with the feeling that I've forgotten all my Arabic. Then I'll see some of the bonus letters.
Re: Help! Is This Arabic?
#123Also note that much like Latin script, many different languages use variations of Arabic script. The most notable one would be Persian.
Re: Help! Is This Arabic?
#124Earlier quoted context omitted.
Hold shift while pasting (chrome) to paste the text only, no formatting.
Or just copypasta through Notepad (or your favorite Linux equivalent) for a universal formatting-stripping solution.
Re: Help! Is This Arabic?
#125Earlier quoted context omitted.
It's an approximation of how many Muslims there are in the world, making the generous but not entirely incorrect assumption that they will be familiar enough with Arabic to at least be able to tell if you've completely borked your rendering.
Funny enough there are many Muslims who can read Arabic but have almost no idea what they are reading as they don't speak it. The Quran is interpreted into many languages but prayer is read in Arabic no matter what their native language is. Reading the Quran is also preferrably done in Arabic, as translation is open to the interpretation of the translator, so the only truly immutable word is read in Arabic.
With few exceptions, Islamic revelations do not state which Quranic verses or hadith have been abrogated, and Muslim exegetes and jurists have disagreed over which and how many hadith and verses of the Quran are recognized as abrogated,[6][7] with estimates varying from less than ten to over 500.[8][9]
Re: Help! Is This Arabic?
#126> Bonus 'I hate it' points if it's that Arabic-looking font that's just English text that looks kind of Arabic. How is a tacky font on some text that was never intended to be Arabic even approaching the badness of these other issues, let alone worse ? Or is the worry you've found a person that doesn't understand different languages exist at all ?
I think it's extra insulting when someone uses a font that's just supposed to look Arabic I have definitely seen attempts at a "global-looking" interface where fake languages were put on screen using plausible-looking fonts. Like, imagine a welcome page with "hello!" in lots of different languages, but the Arabic/Urdu/Armenian/Thai characters are all just literal gibberish that looks kind of like the alphabets in que…
If someone is using those fonts to pass text off as being in a different language, as in the example you mention, then sure, that's egregious.
If, however, the font is use to render some text in the style of another language, then I don't see a problem with it. We've done the same with Greek, Russian, Japanese, and many other languages that have a distinctive script. Sometimes it's tacky, but I wouldn't call it insulting.
Re: Help! Is This Arabic?
#127The main thing here is knowledge of the language. Given how widespread Arabic is (though perhaps not so much in the gaming ecosystem which is Rami's area), it makes sense to have someone on the team knowledgeable about the language while doing translations. I encountered a (sort of) similar problem while rendering Devanagari text and wouldn't have realised If I couldn't read the text https://stackoverflow.com/questio…
Speaking about translations, I had. Laughable experience when I was experimenting with Google translate API a few years ago, when I picked some random text about solar system from Wikipedia that reads something like “Mercury is a planet of the solar system”, when translated to Arabic, it read “الزئبق هو أحد كواكب المجموعة الشمسية” , apparently, it was not be able to infer the meaning of “Mercury” from the context.
Re: Help! Is This Arabic?
#128Earlier quoted context omitted.
I actually thought that part was perfectly clear. > In general, the letter combination ال should be common. So if your text has more than a few words, you should be able to look though your text and see that somewhere. I can't read Arabic but I can recognize that pattern. I went to https://www.bbc.com/arabic and could find numerous occurrences. It's a bit like saying "if you have a paragraph in 'English' and it has n…
A group of flying kookaburras flap about a body of liquid. In this group, individuals distinguish from distinct sorts. Small, big, colorful or plain, all flap wings as a way to maintain afloat. It's a sight to watch as this group zips, zooms, and turns all around. It's a natural habitat for this flying squad, and you can find it in many spots around our world. This group adds to our natural world's charm and, through…
Edit: obviously it is English but it's definitely not correct for a company website.
Re: Help! Is This Arabic?
#129This website is well-meaning, but will be difficult to parse if you don't have elementary Arabic and can't tell apart ال from ل ا. What it really needs is a simple reference input string, examples of how it gets broken, and what to do to fix them. The middle case, where the sentence is correctly rendered RTL but the individual words are LTR (breaking the ligatures), is particularly common and insidious because it loo…
I actually thought that part was perfectly clear. > In general, the letter combination ال should be common. So if your text has more than a few words, you should be able to look though your text and see that somewhere. I can't read Arabic but I can recognize that pattern. I went to https://www.bbc.com/arabic and could find numerous occurrences. It's a bit like saying "if you have a paragraph in 'English' and it has n…
It was a really smart way of saying you don't need to know anything at all to pattern match on this a spot a very common problem.
Also, if you haven't checked out the youtube video on that page I highly recommend it. It gives a great concise summary of the issue, and it's impressive how much I was able to learn to visually parse Arabic script with only a couple of mins into the video.
Re: Help! Is This Arabic?
#130Probably a good place to ask: I want to add an arabic translation to a webpage I operate. My text editor is a bit confused by the unicode symbols. Obviously the text editor displays left-to-right no matter what as it's made for programming. What's the right way to handle this?
And you can always double check in a different editor to be sure nothing gets messed up. I use VS Code which, likely because its browser based, seems to get it right as well.