Coder Social home page Coder Social logo

Comments (3)

jeffphp avatar jeffphp commented on April 27, 2024

The workaround is to move the PNG files right in language folder (zh-CN/, zh-TW/, etc.) and it will work. If images are in subfolder it won't work (except for classical languages).
Another condition is to use appropriate fonts. Here are the one I successfully use:

"title": {
    "fonts": [
    {
      "font": "./fonts/Poppins-Light.otf",
      "supported": ["en-US","da-DK","de-DE","el-GR","en-AU","en-CA","en-GB","es-419","es-ES","es-US","fr-CA","fr-FR","id","it-IT","ms","nl-NL","no-NO","pl-PL","pt-BR","pt-PT","ro"]
    },
    {
      "font": "./fonts/NotoSansJP.ttf",
      "supported": ["ja-JP"]
    },
    {
      "font": "./fonts/NotoSansKR.ttf",
      "supported": ["ko-KR"]
    },
    {
      "font": "./fonts/NotoSansTC.ttf",
      "supported": ["el-GR"]
    },
    {
      "font": "./fonts/NotoSansDevanagari.ttf",
      "supported": ["hi-IN"]
    },
    {
      "font": "./fonts/NotoNastaliqUrdu.ttf",
      "supported": ["tr-TR"]
    },
    {
      "font": "./fonts/NotoSansSC.ttf",
      "supported": ["zh-CN"]
    },
    {
      "font": "./fonts/NotoSansTC.ttf",
      "supported": ["zh-TW"]
    }
    ],
      "font_size": 96,
      "color": "#FFF"
},

If you need to debug, I recommend removing keyword.strings and keep only title.strings (UTF-8 is ok). Use only the faulty language to see if it works.

from fastlane.

mikey-wotton avatar mikey-wotton commented on April 27, 2024

I've experienced this issue today and can confirm that the suggested fix of moving the images up into the language root works for at least ja-JP.

Oddly this is only happening for android, iOS still works perfectly for me.

from fastlane.

andreialecu avatar andreialecu commented on April 27, 2024

Experiencing this issue with Greek.

I can see similar warnings:

[⠦] Framing screenshot './el/iPad Pro (12.9-inch) (6th generation) - 2 - Events.png' identify: geometry does not contain image `/var/folders/vf/khp38cfj5x76jlj9sg49pc680000gn/T/mini_magick20240304-78106-1j6pk11.png' @ warning/attribute.c/GetImageBoundingBox/554.
[⠸] Framing screenshot './el/iPad Pro (12.9-inch) (6th generation) - 2 - Events.png' mogrify: geometry does not contain image `/var/folders/vf/khp38cfj5x76jlj9sg49pc680000gn/T/mini_magick20240304-78106-1j6pk11.png' @ warning/transform.c/CropImage/652.

I'm seeing this issue for iOS and none of the workarounds posted here work.

This seems to have been reported before: #16604

Seems the issue was that the font did not have Greek glyphs.

from fastlane.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.