How use translation po/mo file without compiling Godot code

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By Mefihl
:warning: Old Version Published before Godot 3 was released.

How use (for test) translation po/mo file from "https://hosted.weblate.org/translate/godot-engine"without compiling Godot code.

:bust_in_silhouette: Reply From: Akien

It’s not possible, as the translations are not compiled to .mo files but directly parsed and embedded into a C++ header when compiling Godot.

Compiling the engine is quite easy though, so you should definitely give it a try if you want to see your translation live. Just put the file from weblate in tools/translations and compile.

Ok, thx for info.

Mefihl | 2016-08-12 18:30