Fydar / AssetIcons

The public issue tracker and documentation for AssetIcons
https://fydar.dev/portfolio/asseticons
7 stars 0 forks source link

Introduce localisable editor strings #20

Open Fydar opened 5 years ago

Fydar commented 5 years ago

Introduce a simple method of localising all of the strings used in the editor to make the asset more accessible to people who prefer another language.

To keep the impact of the project files minimal, it's fine if these strings are sourced from a C# script.

Because the quantity of editor strings is quite small, I could have every string be a property or method on an abstract class.