Coder Social home page Coder Social logo

Comments (4)

hubrix avatar hubrix commented on July 26, 2024

adding this should fix it but causes another problem

module NumbersAndWords
module Translations
class EnUs < En
end
end
module Strategies
module FiguresConverter
module Languages
class EnUs < En

    end
  end
end

end
end

NoMethodError: undefined method result' for nil:NilClass from /usr/local/Cellar/ruby/1.9.3-p194/lib/ruby/gems/1.9.1/bundler/gems/numbers_and_words-6fff2e5a6b63/lib/numbers_and_words/strategies/figures_converter/languages/en.rb:34:inmaybe_ordinal'

from numbers_and_words.

kslazarev avatar kslazarev commented on July 26, 2024

Why you want to use EnUs, instead just En. (default En is 'en-US')?

from numbers_and_words.

eLod avatar eLod commented on July 26, 2024

@kslazarev i had the same thought, e.g. maybe @hubrix is just missing that with simple 'en' it is the US english (and for the fact en-GB has just some alterations on top of that), however on a second thought he is maybe forced to use the 'en-US' string, in that case it would be nice if we would just use 'en'. do you think we can make that possible with little modification?

from numbers_and_words.

kslazarev avatar kslazarev commented on July 26, 2024

@eLod I'll see it later, how to do that simple.

from numbers_and_words.

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.