Skip to content
Marc Cizeron

Marc Cizeron

A mad coder's notebook!

  • English
    • Français
    • English
    • Slovenčina
  • My CV
  • Who am I?
  • Contact me
  • twitter
  • Instagram
  • GitHub
  • LinkedIn

Recent Posts

  • Dolibarr: Open Source ERP/CRM for Business Management
  • Why self-host your services?
  • AI: The Future Without AGI
  • Unison for File Synchronisation: Examples and Explanations
  • Overview of Main Home Automation Protocols

Categories

  • BuddyPress
  • CTO
  • Home automation
  • php
  • Scaling
  • Self-hosted
  • sysadmin
  • Uncategorised

Archives

  • January 2025
  • October 2024
  • January 2023
  • July 2017
  • April 2017
  • July 2015

Category: php

Compiling PO Files to MO

Compiling PO Files to MO

I found this tool very handy for easily compiling .po files into .mo files. It’s quick and effective via the command line:EnregistrerCopier

sudo apt install gettext

And then, with the msgfmt tool, it’s as simple as this:EnregistrerCopier

msgfmt -o file.mo file.po
Posted on 7 April 20178 January 2025Categories phpLeave a comment on Compiling PO Files to MO
Proudly powered by WordPress