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

Fix translations and imports #451

Merged
merged 2 commits into from
Sep 2, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import com.github.panpf.sketch.decode.internal.calculateSampleSize
import com.github.panpf.sketch.decode.internal.createInSampledTransformed
import com.github.panpf.sketch.decode.internal.isSmallerSizeMode
import com.github.panpf.sketch.fetch.FetchResult
import com.github.panpf.sketch.request.internal.RequestContext
import com.github.panpf.sketch.request.RequestContext
import com.github.panpf.sketch.source.DataSource
import com.github.panpf.sketch.util.Size
import com.radzivon.bartoshyk.avif.coder.HeifCoder
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import com.github.panpf.sketch.decode.internal.calculateSampleSize
import com.github.panpf.sketch.decode.internal.createInSampledTransformed
import com.github.panpf.sketch.decode.internal.isSmallerSizeMode
import com.github.panpf.sketch.fetch.FetchResult
import com.github.panpf.sketch.request.internal.RequestContext
import com.github.panpf.sketch.request.RequestContext
import com.github.panpf.sketch.source.DataSource
import com.github.panpf.sketch.util.Size
import okio.buffer
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import com.github.panpf.sketch.decode.internal.calculateSampleSize
import com.github.panpf.sketch.decode.internal.createInSampledTransformed
import com.github.panpf.sketch.decode.internal.isSmallerSizeMode
import com.github.panpf.sketch.fetch.FetchResult
import com.github.panpf.sketch.request.internal.RequestContext
import com.github.panpf.sketch.request.RequestContext
import com.github.panpf.sketch.source.ContentDataSource
import com.github.panpf.sketch.source.DataSource
import com.github.panpf.sketch.util.MimeTypeMap
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/res/values-it-rIT/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@
<string name="read_media_videos">Visualizzare i video</string>
<string name="read_media_videos_summary">Permette all\'app di mostrare i tuoi video</string>
<string name="access_media_location">Accede alla cartella dei media</string>
<string name="access_media_location_summary"><![CDATA[Permette all'app di leggere la posizione delle tue foto e video]]></string>
<string name="access_media_location_summary"><![CDATA[Permette all\'app di leggere la posizione delle tue foto e video]]></string>
<string name="internet">Internet</string>
<string name="internet_summary"><![CDATA[Necessario per visualizzare le anteprime delle localizzazioni delle tue immagini e video]]></string>
<string name="fancy_blur">Sfocatura</string>
Expand Down
4 changes: 2 additions & 2 deletions app/src/main/res/values-nl-rNL/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -138,9 +138,9 @@
<string name="read_media_videos">Lees mediavideo\'s</string>
<string name="read_media_videos_summary">Hiermee kan de app je video\'s laten zien</string>
<string name="access_media_location">Toegang tot medialocatie</string>
<string name="access_media_location_summary"><![CDATA[Hiermee kan de app locatiegegevens van je afbeeldingen en video's lezen]]></string>
<string name="access_media_location_summary"><![CDATA[Hiermee kan de app locatiegegevens van je afbeeldingen en video\'s lezen]]></string>
<string name="internet">Internet</string>
<string name="internet_summary"><![CDATA[Vereist om locatievoorbeelden van je afbeeldingen en video's weer te geven]]></string>
<string name="internet_summary"><![CDATA[Vereist om locatievoorbeelden van je afbeeldingen en video\'s weer te geven]]></string>
<string name="fancy_blur">Fancy Blur</string>
<string name="fancy_blur_summary">Achtergrond vervagen in Mediaweergave</string>
<string name="old_navbar">Gebruik Material-navigatie</string>
Expand Down
Loading