Frappe uses Singular DocType names everywhere, for example when you search in Awesomebar for User, you get “User List”.
In Arabic, we use plural name instead of singular, when forming sentences like “User List”, we say “قائمة المستخدمين” which translates to “The Users List”.
I’m looking for the cleanest way I can add a field to many DocTypes which is plural_name, and use it to show results in awesomebar, and in basically any place the uses “{0} List” translation. I would appreciate any help with this