How do i contribute new units for attributes?

I have a couple usecases where seeing giga (G) and tera (T) units for attributes would be “nice to have”.

I already found this post: Adding units to an attribute - #3 by Rich
And i found the or.json and constants.java files, but when i tried to add the units to these files i still see this locally:

Since this could be used for other people as well i already have a fork open to contribute these new units. But i cant get it to work.

Is there something that i am missing?
Is there a hidden place where units are stored?

Hey @delamiro,

Usually in development you’ll need to disable the browser cache to get the updated translations files.

I checked those changes and it should work fine.

Hey @Koen,

Thanks for your suggestions! I tried out gradle clean installDist and now its fixed.
Expect a pull-request soon!

1 Like