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

German translation #430

Merged
merged 49 commits into from
May 24, 2020
Merged

German translation #430

merged 49 commits into from
May 24, 2020

Conversation

ninjamask
Copy link

@ninjamask ninjamask commented May 17, 2020

Three strings missing because I don't know what it does or where its used.

Missing:

    <string name="secure_screen">Secure screen</string>
    <string name="hide_tachi_from_recents">Hide Tachiyomi from the recents screen</string>
    <string name="drag_handle">Drag handle</string>

@Jays2Kings
Copy link
Owner

secure_screen and hide_tachi_from_recents relate to to the setting in general, which hides tachiyomi from the recent apps screen.

drag_handle is used for the descption of the 2 lines that are used to drag downloads or categories up and down:
baseline_drag_handle_black_18dp

nonproto and others added 26 commits May 20, 2020 09:36
* initial coil switch

* more coil changes

* fix extensions icons

* remove last of glide

* adjust local manga to actually update the covers as soon as you set it.  Also adjusts the large cover and share

* edit custom covers of a manga is now immediately reflected

* fix edit covers submit not automatically submitting
fix edit covers choosing cover not showing the selection in dialog

* fix setting custom cover not reloading when going back

* get gif's working

* run ktlint
fix setting custom cover to updated when returning back to details

* fix non uniformed covers

* get images working on resumes

* add size to cover cache setting

* remove log statement

* remove set last cover date

* put covers into cache when refresh enabled

* fix comment
Non library manga goes into android's default cache
Manga Fetcher now respects network cache policy
Not showing error drawable on manga details
Fixed manga notification icon sometimes not showing
General cleanup
Category:
• new bool called isDynamic used for all category
• new bool called isAlone, for when using no categories or when hiding all categories
Sort Optimizing:
•Using SQLite query for library mangas to also set the total chapters, instead of  checking the total count later
 •No longer using regex for removing articles from text, because it's pretty heavy
•All category now uses the same catergory sorting logic as regular categories
For use in future commits
By default (categories)
By tag/genre
By sources (with the extension icon attached)
By status
and by tracking status (closes #249)
Removing the preference for it as well since its in the grouped preference

Also adding new wording for group by tracking (tracking status)
… trackers

ie kitsu's "currently reading" becomes "reading" since most trackers use that
Also sorting the tracking groups better
Fixed trying to update with special groupings
Fixed special groups duplicating manga in a list
…llable

Also removed scrolling logic for opening/closing the sheet
Also hide the filter sheet when expanding backdrop
Also also ignore the filter sheet when it comes to the layout of the backdrop
and making the library text centered even with the dropdown arrow showing
Jays2Kings and others added 15 commits May 20, 2020 09:36
Fixing the fact the filter sheet still moved the category recycler view
Didn't look at the upstream code for this, but maybe should've
Yes you read that right. It's back! Oh god it's back

Instead of modifying the db, an external json file is made holding the custom info for your library (meaning it's even easier to remove should I so choose)
Reworking to just override the variable and use said var instead of having the current/original logic that existed before

Custom covers are now saved in a new folder, likewise to upstream
Also like upstream, custom covers can be added to manga without covers (closes #49)

(I'm so sorry Carlos)
@ninjamask
Copy link
Author

Sorry for this mess. I lack Github knowledge.

I translated the missing and new strings.

@ninjamask
Copy link
Author

ninjamask commented May 21, 2020

<string name="migration_sources_set">Migration sources set</string>

A set or to set sth.?

@Jays2Kings
Copy link
Owner

There is an option to change the migration sources used. They are set to a new list this the message is to say that the migration sources are set.

This can also be "migration sources changed", which I might switch that verbage too

@Jays2Kings Jays2Kings merged commit 7779c4a into Jays2Kings:master May 24, 2020
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

Successfully merging this pull request may close these issues.

3 participants