lingo.dev 0.77.1 → 0.77.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/build/cli.cjs CHANGED
@@ -289,6 +289,8 @@ function findLocaleFiles(bucket) {
289
289
  return findLocaleFilesWithExtension(".md");
290
290
  case "php":
291
291
  return findLocaleFilesWithExtension(".php");
292
+ case "po":
293
+ return findLocaleFilesWithExtension(".po");
292
294
  case "xcode-xcstrings":
293
295
  return findLocaleFilesForFilename("Localizable.xcstrings");
294
296
  case "xcode-strings":
@@ -3577,7 +3579,7 @@ var mcp_default = new (0, _interactivecommander.Command)().command("mcp").descri
3577
3579
  // package.json
3578
3580
  var package_default = {
3579
3581
  name: "lingo.dev",
3580
- version: "0.77.1",
3582
+ version: "0.77.2",
3581
3583
  description: "Lingo.dev CLI",
3582
3584
  private: false,
3583
3585
  publishConfig: {