GORM is an editor for .po files (in case that link is dead, see the Internet Archive) that was originally written by Lars Dybdahl and to which I have been contributing quite a few features in not so recent years. Since Lars is too busy to do a release and currently even the original download … Continue reading GORM experimental release 2026-08-19
Month: August 2026
mORMot 2 Native i18n Layer
Just so I will hopefully remember to check it out: Arnaud Bouchez has released mormot.core.i18n, a translation layer for Delphi/Freepascal that could replace the more or less abandoned dxgettext.
Sharing data between WSL and Windows
The default way of sharing data between Windows Subsystem for Linux (WSL) is mounting Windows directories inside WSL. This works, but is rather slow. There is a different way: Mount a WSL file system under windows. You can even mount a bare drive in WSL, format it with e.g. ext4, remount it as ext4 and … Continue reading Sharing data between WSL and Windows