Questions tagged [mo]

*.mo binary files are used by Osclass and compiled from the *.po files

This is a binary file (machine readable). This is the actual file used by Osclass and is compiled from the .po file.

64 questions
-1
votes
1 answer

why my plugin don't traslate wordpress

i'm doing a wordpress plugin. my_plugin.php /* * Plugin Name: my plugin * Author: Vendetta * Author URI: http://abel-olguin.com * Text Domain: my_plugin * Domain Path: /languages */ *.po and *.mo files are in lenguages and i call traslate…
Abel Olguin Chavez
  • 1,350
  • 1
  • 12
  • 24
-2
votes
0 answers

I get a input from ui for event as "Occurs every 3 days from 28 Aug 2023 till 28 Oct 2023" I want all the dates that needs for this event

Tried the below code header 1 header 2 cell 1 import java.time.DayOfWeek; import java.time.LocalDate; import java.time.format.DateTimeFormatter; import java.util.ArrayList; import java.util.List; public class EventDateGenerator { …
-2
votes
1 answer

how to add string in source in .po file in poedit

I have created a ne_NP.po file from pot file and saved it. It creates a .mo file and .po file and when i try to add a source text of ne_NP.po file, it didnot let me to edit the .po file. I want to add a new text of english and convert it into it's…
sabin maharjan
  • 409
  • 1
  • 8
  • 27
-4
votes
2 answers

How to install modules on the shell automatically on repl.it using python

I am making a discord bot, for this I needed to make buttons for an embed, and to do that I needed to import a library. Once I imported it in the code replit would say that there is no module named discord_slash, so I went into the shell and used…
Martin
  • 158
  • 1
  • 3
  • 13
1 2 3 4
5