Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Isn't this included in i18n now? missing redirect in README #3

Open
MarkDBlackwell opened this issue Dec 22, 2012 · 8 comments
Open

Comments

@MarkDBlackwell
Copy link

Thanks for all your contributions over the years to the highly useful i18n gem!

In a search for "i18n missing translation", this is the top Google hit.

For someone just starting in internationalization, it is non-obvious (IMHO) whether this is a module (currently) of gem i18n.

If so, whether it is included automatically (with gem i18n) also is non-obvious.

The installation steps are outdated, claiming that I18n 0.5.0 has not yet been released.

If this repository's functionality already is included in gem i18n:

  • Every time Google leads people to research this repository, some of their time is wasted.
  • Please consider adding a message at the top of this repository's GitHub README, to redirect them to gem i18n!
@jmuheim
Copy link

jmuheim commented Feb 25, 2013

Hey, I faced the same issue. Searched for a way to track missing translations, got here, and no idea whether this is still valid information or not. Also, when I try to require it, Ruby doesn't find it.

@danielpuglisi
Copy link

+1

@dimitrypo
Copy link

+1 wasted an hour of my time

@rin
Copy link

rin commented Mar 10, 2014

that makes 5 hrs of wasted time now :)

@MarkDBlackwell
Copy link
Author

@svenfuchs, @rwrede, @jmuheim, @danielpuglisi, @Dvporg, @rin: perhaps pull request #6 will be accepted (or somehow help). :)

@svenfuchs
Copy link
Owner

Sorry for dragging my feet, everyone.

If anyone wants to take over maintenance for this repository please ping me. I am currently not using this any more and unfortunately I don't have time to maintain it.

You'd probably also want to be added as an owner on rubygems.org, so including your rubygems email address would be useful :)

@MarkDBlackwell
Copy link
Author

I am currently not using this any more and unfortunately I don't have time to maintain it.

Actually, is this exact repository (i18n-missing_translations) useful anymore? Should it be maintained, or instead, should it be declared historical?

Time has passed, but I seem to recall that this repository's basic functionality (finding missing translations) is now effectively included in your own i18n library. I.e., I seem to recall that I could find all missing translations easily using just the i18n library.

At least, would you be willing to check, and to confirm (or deny) this (transfer of effective functionality to i18n)? Or, alternatively, to delegate the checking—of whether this repository (i18n-missing_translations) is unnecessary—to another i18n library contributor)?

Now, I have added an issue for this over at library i18n.

Or do you actually mean you haven't time to work on your (own) i18n library anymore, and that you wish someone to take on the responsibility of the entire i18n library? Is this true? Just asking, in order to clarify. :)

Another simple, easy, and efficient alternative would be to accept my pull request, and then to revisit the issue if anyone complains—if they actually need this repository! :/ What do you think?

Obviously, easing internationalization is important. Many thanks again, for all your contributions to internationalization! :)

@svenfuchs
Copy link
Owner

@MarkDBlackwell no, it's not superseeded, and the functionality hasn't been moved to the i18n gem.

i18n-missing_translations adds logging of missing translations using the hook provided by I18n. It also adds a Rails hook, which probably is outdated/incompatible by now (not sure). This kind of functionality certainly wouldn't be included in the i18n gem directly which is supposed to be more generic.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants