This page compares the download size of using different libraries.
The libraries are:
To compare only the translation libraries, there is also a base page which shows the raw translations:
This is a library that converts ICU messages to JSON.
The messages are parsed at build time and the JSON is used at runtime.
messageformat allows to converts ICU messages to javascript.
The messages are parsed at build time and the javascript is used at runtime.
messageformat also has a runtime version which does not require precompiling.
The messages are parsed at runtime.
This is a library that converts ICU messages to javascript.
The messages are parsed at runtime.