That would require that admins can limit which locale their users can choose. That would also be a solution, but it would prevent communities from benefiting from the increasing number of translations that discourse provides out of the box.
You are fixating on problems specific to you, that is, you believe that customizing text in one language should somehow magically customize the same text in every available human language. I do not share this belief and I feel, very strongly, that you should bear the burden of your own choices with regards to text customization. If you want to customize text in every language, you take responsibility for that work, not us.
Furthermore, I also fail to share your belief that non-customized text is some kind of disaster of epic proportions. Default text is harmless.
My reply was actually based on my understanding of the code when I last changed it. I guess it was a while back I very much prefer that we are now consistent across all UI text even though it means more work on admins when they customize some text. I also your suggestion.
No, this is a misunderstanding. I am merely looking for a way to allow users to use existing locales while still allowing site admins to customize texts, especially the discobot welcome message. Currently, you have the choice of either allowing user locales or customizing.
I have said nothing to convey such a belief. However, default text can be a problem under certain circumstances, for example when you have customized the welcome message to provide certain site specific information to new users but then some users nevertheless receive the default welcome message.
Untrue, you can customize in both cases. Just not to your satisfaction.
Simply customize all affected locales, this already works.
Since you cannot exclude any locales, that would be āall localesā, which brings us back to
Why not just customize it in the ~4 most common languages after English? Surely youāre not going to have users speaking American Cherokee Indian anytime soon.
Yes, as I said, limiting the locales that users can choose would also solve the problem, albeit in an unnecessarily limiting way.
What do you think about @tgxworldās proposal above?
I donāt know about this. A new user wouldnāt have had the chance to select her/his preferred locale before the welcome message is sent out. Iām pretty sure they are most likely going to get your customised message in the default locale of the site.
Unless you have set locale from accept language header
turned on
Or if users choose to respond to the bot after they have customized their locale (though that would not concern the welcome message)
If youāre knees deep into customisations, wouldnāt it be better to just turn off set locale from accept language header
? Even with my proposed fix for your use case, they are going to end up getting the welcome message in the default locale of your site. I donāt feel very strongly about this and like @codinghorror said, customising the welcome message for the 4 next common languages would be good enough.
Yes, I did that, of course, when I realized the consequences. But I think itās a really great setting for multi-lingual sites because it immediately sends a message to new users when they first visit the site. In fact, even on mono-lingual sites, people who are not native speakers of the site language might be attracted by having the UI in another language.
Yes, unless their browser locale is in one of the languages for which I customized the message. But that, I think, is fine because on the plus side, what users get is the whole UI in their language. You canāt have it all. And you might even speculate that if that UI brings more people from that language community to my forum, chances are that eventually someone helps translate the welcome message (or whatever else is missing).
Since this would also require a new feature (limiting which locales are available on a site) I guess itās a matter of cost/benefit calculation. The benefit of limiting user locales would be tangible but rather limited and with negative side effects (but still a viable solution). The benefit of your suggestion would be great and would increase in time as more discourse locales become available. So, in my mind, it is clearly the better solution in terms of benefit and openness for future development.
I have no clue about the cost dimension. Could you add it to the equation?
SInce this topic has been somewhat inconclusive Iād like to return to what I think was an excellent suggestion:
This would be immensely helpful and as far as I can tell (which is not very far) itās probably a rather easy thing to accomplish. Any chance that this could get implemented?
Just to reiterate why this is useful, since the discussion above is somewhat complex: basically, it solves the problem that once you customize any text element in your siteās default language, you can no longer allow users to choose their own locale (let alone enable set locale from accept language header
) because they will be seeing the default texts in their respective language and those will no longer correspond to the texts in the siteās main language.
I should add one important detail to the proposed solution:
if you customize a translation of the default site locale, all the other locales should treat its corresponding translation text as missing unless the translation text has also been customized
In other words: if my site is in English and I customized a specific text in English but also in French, all locales will fall back to the default locale for that specific text except for the French locale, (because it has also been customized so that a correspondence between the translations can be assumed).
Any news on this? Iād love to know if this is planned in any way:
If itās not planned, could someone give an indication of what kind of work would be required to implement this?
To me it looks like what is needed is an routine that is activated whenever a page is served in a language other than the siteās default language. That routine would check if any of the text elements on that page have been modified in the default locale. If not, exit. If yes, it checks if they have also been modified in the current language. If yes, exit. If no, serve the text in the default language.
Alternatively, instead of checking things every time a āforeignā page is served, all current procedures could be left unchanged and instead changes are made whenever default texts are customized. For example, whenever a default text is modified in the default language, all default copies of all other languages are deleted so that the default text will be served (or will it?)
That latter option has quite some pitfalls though, because you need to make sure that only default copies are deleted, not modified ones. And what happens if the default translation is updated on transifex? That should not lead to the copy magically reappearing when the discourse instance is upgraded.
So the first option is probably the better one, but I have no idea how much extra resource use it would imply for serving pages in a foreign languageā¦
@tophee Did you find a solution to this? Iām currently looking at how to restrict the locale list. If there is no solution yet, I will look to implement onā¦ Thanks in advance for your feedback
The solution is here:
But I donāt think it has been implemented yet.
I suppose @tgxworldās fix is low priority? Or is it on the roadmap at all?
I donāt think Iām able to implement this myself but Iām thinking of maybe trying a kind of brute-force solution by simply deleting (or making unaccessible) all locales that I donāt want to customize (and hence want to prevent people from using).
Could someone give me a hint as to how to gi about tbis? Iām guessing that I need a rather simple plugin that ābreaksā the unwanted locales?
@tophee Apologies for reviving an old topic, but Iāve been working alot on multilingual support recently, so Iām curious to understand a bit more about what youāre talking about here.
I confess, Iām a little confused as to why your proposed solution is a better user experience than just translating the customised text into the different languages of your users?
I feel it would be a strange experience for a user on a multilingual forum to have some automated messages in your forumās default language and some in their own language. But maybe Iām misunderstanding your point.
In any event, you can now restrict the number of available interface languages using the Multilingual Plugin š.
Wow, that looks fantastic. Will take a closer look asap.
In a perfect world with no resource constraints, it would of course be better to translate everything. But the problem that was trying to solve is that you basically have to translate everything customized text into every language (because it isnāt possible to restrict which languages are available to users. If your plugin now solves that, it would be a huge advancement, as mentioned earlier:
To clarify what I mean by ānegative side effectsā: if discourse has been translated into 30 (?) languages that is great for speakers of those languages, so not allowing these users to choose most of those languages is a disadvantage. Putting it differently: in order to allow a language, I must be able to translate my custom texts into that language.
Hence my suggestion to make it so that if a text has been customized in the default language, all other languages will fall back on the default language whenever displaying that text (unless they also have a custom copy of that text).
Yes, I see what youāre saying.
However, I wonder whether youāre putting too much emphasis on the need to translate the customised text into every language, as opposed to just targeting the most common languages of your users?
Letās game this out. I think itās easier to talk about this through examples.
Say you have a forum based in Belgium about cycling . 95% of your users speak either dutch (40%), french (30%), german (15%) or english (10% - tourists). The other 5% speak a mixture of other languages. The default language of the forum is dutch.
Now letās say we just customise the narrative bot text in dutch, the āfallbackā feature is relied on, and the dutch customisation is shown to every user of the forum. Everyone would technically see the same text, but 60% of the forumās users may not understand it, or only partially (moreover, the french and german speakers may feel itās a āflemishā forum).
Conversely, letās say you (with the help of a few mods or power users who are native speakers), also translated the customised welcome text into french, german and english and the āfallbackā feature wasnāt present. Now 95% of your forumās users would see the customised text in a language they understand fully (and relate to), and 5% of your users would see different text.
In this kind of scenario, the fallback feature may be useful for that 5% of cases, but it seems the bigger issue is translating the customised text into the handful of most commonly used languages, rather than that a small minority of users will see different text.