Skip to content

Commit

Permalink
Fix translations and imports (#451)
Browse files Browse the repository at this point in the history
* Translations: Escape ' correctly with \'

Signed-off-by: IacobIonut01 <[email protected]>

* Fix imports after sketch update

Signed-off-by: IacobIonut01 <[email protected]>

---------

Signed-off-by: IacobIonut01 <[email protected]>
  • Loading branch information
IacobIonut01 authored Sep 2, 2024
1 parent 1fd30a7 commit 261ceb8
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
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

0 comments on commit 261ceb8

Please sign in to comment.