Nested items (items inside cointainer items) naming schema #6758
Replies: 2 comments 5 replies
-
|
Seems pointless to me. Adding Moving this to a discussion since this seems too minor and subjective to really warrant an issue post. |
Beta Was this translation helpful? Give feedback.
-
|
We are not gonna do pockets in BN, ARE WE???!? Please for the love of all that is holy, DO NOT DO POCKETS 😭 |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Is your feature request related to a problem? Please describe.
Currently, when looking around or picking things up, items contained inside other items (like food in bags or paper wrapper) are displayed in the following order:
[item inside] (item container) {inside item quantity}(quantity is available only on pickup)This is not a major issue, but it does look and read strangely. This is particularly true of some other languages, such as Russian, which may lead those working on the translation to decide not to translate plural forms correctly in order to avoid this problem. Funny enough, many items were not translated correctly previously, so this issue was not that noticeable.
Describe the solution you'd like
Rearrange the string builder with one added word so that it becomes
(item that is container), contains: {quantity} [item inside]Current English:
maple pies (fresh) (small cardboard box) (8/8)Updated English:
(small cardboard box), contains: (8/8) maple pies (fresh)Current Russian:
кленовых пирогов (свежее) (маленькая картонная коробка) (8/8)Updated Russian:
(маленькая картонная коробка), внутри: (8/8) кленовых пирогов (свежее)Should be good for liquid containers too.
Additional context
The tradeoff is that items in big piles will be arranged not by their names, but by the names of the containers they are in. In my opinion, this is worthwhile.
Other than that, I don't think English-speaking people are accustomed to examining nested containers from the inside too, unless they're X-ray mutants, of course, that's respectable, so it's not only about other languages.
Another option is to consider a complete refactor of the entire UI, incorporating visual nesting. Oh yeah.
Also, I don't know how to name this suggestion properly so that it is easily searchable, so I have added all the most likely keywords.
Beta Was this translation helpful? Give feedback.
All reactions