I use PHP to create .mo files from a database and run into some strange problem: some keys work and some don't. I think there is some kind of problem with the generated files. How to check if .mo file is specified correctly?
Use msgunfmt , which is the opposite of msgfmt :
msgunfmt
msgfmt
msgunfmt something.mo
If the .mo file is confused, msgunfmt will complain.
.mo
polib can open and read .mo files; itβs easy to create a small tool that iterates through the records, which allows you to test them.
Source: https://habr.com/ru/post/890668/More articles:Running a delayed command using sudo - bashC # multithreading request - multithreadingHow can I make this matrix fill function R faster? - matrixDo Google and Bing crawlers process hash tags in URLs as GET parameters? - seoDjango APPS Blog - djangoRecursive pattern definition - c ++Type of output and new - I'm probably just stupid - f #Linq - Question about the Any method - linqAlgorithm Name - Subtree Alignment in AST - algorithmStrange alignment and layout in tableviewer with image - alignmentAll Articles