Commit Graph

293 Commits

Author SHA1 Message Date
kum4423 8ab9393e2d
Update Localizable.strings (#514)
Updated Japanese translation of added words
2023-01-29 17:48:08 +01:00
Gian Luca Dalla Torre 8b3fdf1ba4
Italian Update - Video Autoplay (#516) 2023-01-29 17:47:59 +01:00
Thomas Ricouard e0d6340a9d Adapt medias view to secondary column 2023-01-29 17:37:15 +01:00
Thomas Ricouard 979ba61b07 Add back primary icon in the selector 2023-01-29 16:57:04 +01:00
Thomas Ricouard 497c2a1fe1 Add secondary column when screen is wide enough 2023-01-29 16:45:58 +01:00
Thomas Ricouard 426d2e15b2 Change timeline icon + move OpenAI icon to the accessory bar 2023-01-29 15:08:41 +01:00
Jerry ec8a44960a
Update Simplified Chinese localization (#510) 2023-01-29 13:25:01 +01:00
Thomas Ricouard e5b6e79fa9 Better viewId for some tabs 2023-01-29 11:52:11 +01:00
Thomas Ricouard 62c3f6e04a Add a new settings to disable video auto playing 2023-01-29 10:19:59 +01:00
Chanhwi Joo 34f2d29377
Add Korean localization (#504)
* Add Korean translation

* Change Korean translation files
2023-01-29 08:16:25 +01:00
rbnval 33a7bd57ff
Update Localizable.strings (#493) 2023-01-29 07:38:00 +01:00
Gian Luca Dalla Torre 57c9511e70
Italian Localization: Filters & Action extension (#499)
- Update filter section
- Add Italian translation to Action Extension
2023-01-29 07:37:44 +01:00
Sean Goldin c25f94eed1
Don't allow multiple tap on purchase button Close #393 2023-01-29 07:37:23 +01:00
Greg Gardner 8a40799a3d
Skip blank, host-less URLs so that app launchers can launch the app using just the scheme (e.g. icecubesapp://) without invoking a safari error page (#502)
Co-authored-by: Greg <greg@cromulentlabs.com>
2023-01-29 07:36:20 +01:00
rbnval a8b147255b
Update Localizable.stringsdict (#492) 2023-01-28 19:54:24 +01:00
J-rg 39a0a95d08
Update German localization (#489) 2023-01-28 19:54:07 +01:00
Thomas Ricouard 45704e6d0d Fix Catalan addition 2023-01-28 18:47:22 +01:00
Jerry 171e3998c8
Update Simplified Chinese localization (#472)
* Add missing translations

* Update Localizable.strings

Referred to Mastodon's official translations with Filters
2023-01-28 18:40:40 +01:00
Andrzej Rózga 582f64de9f
Polish localization - update of new strings (#475)
Co-authored-by: andrzej <andrzej@laserjet.local>
2023-01-28 18:40:33 +01:00
Jérôme Danthinne 2360c5f4db
Fix french localizations (#476)
* Fix french plurals

* Fix english

* More French translations fixes

* Switching relative date formatter

---------

Co-authored-by: Thomas Ricouard <ricouard77@gmail.com>
2023-01-28 18:40:23 +01:00
Ico Davids 256634f0c9
Updates to the nl localization 7 (#478)
* Translated untranslated NL filter strings

* Translated notifications others to NL
2023-01-28 18:40:14 +01:00
rbnval aafbebd1da
Add Catalan localization (#479)
* Create Localizable.strings

* Update Localizable.strings

* Update Localizable.strings

* Update Localizable.strings

* Update Localizable.strings

* Update Localizable.strings
2023-01-28 18:40:06 +01:00
rbnval c575a68f3f
Create ca.lproj (#481) 2023-01-28 18:39:56 +01:00
Espen Bye 7f39b1f230
Norwegian localization fixes (#482)
* Fix trending tag localization

* Translate new strings
2023-01-28 18:39:27 +01:00
kum4423 03c9a2157e
Update Localizable.strings (#485)
Updated Japanese translations related to newly added filters
Optimizing nuance
2023-01-28 18:39:18 +01:00
Thomas Ricouard 3fc172c303 Fix typo 2023-01-28 11:00:20 +01:00
Jérôme Danthinne 5b310842a4
Fix french plurals (#464)
* Fix french plurals

* Fix english

---------

Co-authored-by: Thomas Ricouard <ricouard77@gmail.com>
2023-01-28 10:14:07 +01:00
Thomas Ricouard edb43040a3 Add credits section to icon selector 2023-01-28 08:58:36 +01:00
Thomas Ricouard 1a0aa3fb84 Fix Polish + add missing keys 2023-01-28 06:56:07 +01:00
Andrzej Rózga 00990aff50
Polish localization (#453)
Co-authored-by: andrzej <andrzej@laserjet.local>
2023-01-28 06:52:50 +01:00
Greg Gardner b1b9e658c9
Work-around issue with QLPreviewController not supporting swipe-to-dismiss and pinch-to-dismiss when presented from SwiftUI by creating a transparent UIViewController wrapper around QLPreviewController that presents it using UIKit instead. (#452) close #106
Co-authored-by: Greg <greg@cromulentlabs.com>
2023-01-28 06:45:15 +01:00
Arthur Givigir be802980c5
Add Brazilian Portuguese Localization (#448)
* Added new language support - Brazilian Portuguese

* Translated string

* Fixed translation form was-reply

* Rebased from main and added missing strings to Brazilian Portuguese

* Fixed conversations.empty.message translation

---------

Co-authored-by: Thomas Ricouard <ricouard77@gmail.com>
2023-01-28 06:35:31 +01:00
Espen Bye 5e61b2d61e
Adding Norwegian (Bokmål) localization (#451) 2023-01-28 06:34:23 +01:00
Roberto Pastor 4cdd0214f4
Spanish update 27-01 (#450)
* - Updated spanish localization with new keys
- Added missing NSLocalizedString for filters

* Fixed unresolved conflict

---------

Co-authored-by: Roberto Pastor <roberto.pastor@cabify.com>
2023-01-28 06:33:58 +01:00
Thomas Ricouard b89221a535 Code cleanup / format / lint 2023-01-27 20:36:40 +01:00
Thomas Durand 8cac9df8c6
Action extension that would open a deep link in the app (#423)
* Early version of an action that would open a deeplink in the app

* Extend routeur support + catch deeplinks

* Cleaning extension code, using what local packages has to offer

* Removed useless stuff from the extension

* Added action icon ; Thanks Dall-E for the icon

* Added the action name within a localizable file

* Fix routeur

---------

Co-authored-by: Thomas Ricouard <ricouard77@gmail.com>
2023-01-27 20:35:16 +01:00
Thomas Ricouard ea3f3882c6 Merge branch 'main' of https://github.com/Dimillian/IceCubesApp 2023-01-27 20:20:52 +01:00
Thomas Ricouard 07cec1b116 Add to french localization 2023-01-27 20:20:50 +01:00
Jerry c788063d44
Add plurals for Simplified Chinese (#445)
* Add plurals

* Update Localizable.stringsdict
2023-01-27 19:19:57 +01:00
Gian Luca Dalla Torre 7b09173bf2
Italian Localization Update (#446)
* Italian Localization Update

Add a couple of missing labels.

* Also translated new plurals
2023-01-27 19:19:41 +01:00
Thomas Ricouard 10ded74074 Update icons 2023-01-27 19:19:31 +01:00
Jérôme Danthinne bec9ab8792
Consolidated notifications (#443) close #231
* Group favorite and boost notifications

* Group notifications per page, not globally
2023-01-27 16:58:04 +01:00
Haythem BEN ABDALLAH 1824721a57
Add french localisation (#440)
* Update French localization

* Updated french localization

* Update Localizable.strings

* Fix add french

---------

Co-authored-by: Thomas Ricouard <ricouard77@gmail.com>
2023-01-27 16:57:33 +01:00
Jerry 7acf1e56ab
Update Simplified Chinese Localization (#436)
* Update Localizable.strings

* account.detail.about
2023-01-27 16:55:08 +01:00
Ico Davids 88d3522b4c
Updates to the nl localization 6 (#433)
* Translated untranslated NL strings

* Updates for consistency

* More consistency changes

* Translated untranslated string

* Translated account actions

* Translated "settings.system"
2023-01-27 16:52:38 +01:00
Cthulhux d16abce55a
Update German translation (#435)
* account.action.edit-filters was duplicate - removed one
* more translations
* more "post = Beitrag" translations
2023-01-27 16:52:29 +01:00
Andrea Grandi 41dc6bc8e1
Add missing translations in the Italian localisation (#439) 2023-01-27 16:52:15 +01:00
kum4423 d29eb8e05d
Update Localizable.strings (#442)
Add new Japanese translation
Optimize nuance
2023-01-27 16:52:06 +01:00
Thomas Ricouard 418e9545ba Completely clear duplicated push notifications issue 2023-01-27 16:51:29 +01:00
Thomas Ricouard de4346c47e Add push notification settings in profile context menu 2023-01-27 12:18:17 +01:00