Replies: 1 comment 4 replies
-
I updated this just to showcase how someone can use a single file if it wants to, since this can be done because of I don't think we can fallback to the previous solution that easily because of the newly introduced
I don't understand. Can you elaborate more on that? |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Since it is more a multi-language-specific problem, I feel it might be more appropriate to mention it here than in al-folio.
In the new release 1.14.4, the implementation of localization feature (text display) under blog -> click a tag to filter -> "an archive of posts/books in this category/with this tag/from this year" changed in a fragmented way with a fixed order, such that it is very unfriendly to languages with a different gramatical order than European languages.
Here is an example. The left is the new implementation that separates gramatical elements. The right is the old implementation where the users can use a whole sentence regardless of gramatical order of elements. The elements with the same number has the same meaning.
As can be seen here, for Chinese, the new implementation is near-totally unusuable, for the order of elements is inversed, and the element "1" can be ignored. I can think of a dirty-workaround-type of translation that is grammatically correct in Chinese, but it is unnatural -- it forms a phrase with bracketed notes. Here is a workaround for Chinese users:
which is quite awkward to me. Also, the new search/filter code adds a white space between element 1 and 2, and in Chinese we don't have any white space in our phrases and sentences.
I understand that the new implementation might be flexible for adding future functions/features, but I think it saves neither lines nor words/letters. For the new implementation, 8 lines are used; while if we simply use the old method (a sentence), then it is only 6 lines and future-added features will not interfere with the old features.
My suggestions would be, if we can fall back to the old implementations (sentence-based). There are other languages in the world that has a different order, and using a sentence other than separation at gramatical elements makes more sense in terms of generality.
Beta Was this translation helpful? Give feedback.
All reactions