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

Removed strings mess #234

Open
1u opened this issue Jun 1, 2016 · 2 comments
Open

Removed strings mess #234

1u opened this issue Jun 1, 2016 · 2 comments
Milestone

Comments

@1u
Copy link
Contributor

1u commented Jun 1, 2016

In our mfStrings collection there's a mess.
Ex:
course.events.futureListLink is marked as removed but is part of a template.
categories.no_categories is not marked removed but is not in a template.
At the moment we have 168 entries marked removed db.getCollection('mfStrings').find( { lang: "en", removed: true }).count()
We'd like to remove them but there are stings (like as well menue.ProposeCourse) that still exist.

I could still remove them, but I guess the problem will appear again..

@1u
Copy link
Contributor Author

1u commented Jun 1, 2016

Should removed strings still be displayed in the translation-tables?
If yes, could someone make them appear reddish? (I didn't manage to do this...)
course.events.pastlist is for example marked as removed in our mfStrings-db but is still in the template as is shown as well while translating (https://openki.net/translate/de)

As we don't want people do lot of needless work and some said they would start translating end of the week (into arabic, farsi, french and kurd) I'm a bit nervous.. sorry :)

@1u
Copy link
Contributor Author

1u commented Jun 5, 2016

Only the removed strings that have been translated are shown.

  • In the overview it says we have 664 strings total
  • in the geman-table there are shown 567 strings -> 97 not shown
  • in a new language table there are shown 496 -> 168 not shown
  • we have 168 strings marked as removed in mfStrings

@gadicc gadicc added this to the v2 milestone Jun 6, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants