Giter VIP home page Giter VIP logo

carrierwave-i18n's People

Contributors

amatsuda avatar araccaine avatar chinghanho avatar damulhan avatar furkanayhan avatar goudarz avatar jspang avatar koic avatar koichirose avatar mehlah avatar mosinski avatar mshibuya avatar mtoygar avatar patipolchat avatar razvanmitre avatar sizer avatar tcgumus avatar tegon avatar thomasfedb avatar volodymyrgoysan avatar znz avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

carrierwave-i18n's Issues

Possible to have a new release?

Hi,

the messages now have changed since the version 0.1.0, so it is not working anymore.

Would it be possible to have a new release?

Project Status

There are some translations in my mother tongue I would like to fix (German).

Is this project still maintained? I am asking if it is worthwhile to submit a PR :)

Carrierwave 3.x changed and added some translation keys

Carrierwave had some updates to their translation keys since version 3, see lib/carrierwave/locale/en.yml:

  • rmagick_processing_error and mini_magick_processing_error were merged to processing_error
  • _width_ and _heigth_ errors were added
en:
  errors:
    messages:
      carrierwave_processing_error: failed to be processed
      carrierwave_integrity_error: is not of an allowed file type
      carrierwave_download_error: could not be downloaded
      extension_allowlist_error: "You are not allowed to upload %{extension} files, allowed types: %{allowed_types}"
      extension_denylist_error: "You are not allowed to upload %{extension} files, prohibited types: %{prohibited_types}"
      content_type_allowlist_error: "You are not allowed to upload %{content_type} files, allowed types: %{allowed_types}"
      content_type_denylist_error: "You are not allowed to upload %{content_type} files"
      processing_error: "Failed to manipulate, maybe it is not an image?"
      min_size_error: "File size should be greater than %{min_size}"
      max_size_error: "File size should be less than %{max_size}"
      min_width_error: "Image width should be greater than %{min_width}px"
      max_width_error: "Image width should be less than %{max_width}px"
      min_height_error: "Image height should be greater than %{min_height}px"
      max_height_error: "Image height should be less than %{max_height}px"

(This is also slightly related to #3. carrierwave-i18n currently does not indicate any version-dependency for carrierwave)

Versioning

How are we intending to indicate what version of carrierwave-i18n should be used with any given version of carrierwave?

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.