commit 45b7287dc86f635b8d3730651ea66029cf91b495
Author: Gaël Bonithon <gael@xfce.org>
Date:   Thu Feb 8 21:20:04 2024 +0100

    shortcuts-grabber: Remove filtering by level
    
    This basically reverts b2e1dac2 and a0203505. The reason is that I don't
    know how to tell the difference between legitimate and illegitimate
    filtering. In particular, using consumed modifiers doesn't help. In the
    end, it's better to grab a few too many keys than not enough, so the
    balance tips in favor of deletion.
    
    Closes: #101
    (cherry picked from commit e8b347d7af642cdfbb3cc56d4030541f99ed9ec7)

commit 77beab274a2822d72cef4d2ac1a17ca281a9a23b
Author: Gaël Bonithon <gael@xfce.org>
Date:   Mon Feb 5 19:22:36 2024 +0100

    Back to development

commit 1b7db325b9503e6f12fae45c0ad40fca1eb9a5fe
Author: Gaël Bonithon <gael@xfce.org>
Date:   Mon Feb 5 19:21:45 2024 +0100

    Updates for release

commit 402f9dcd172dcbe62002553ab056003e4c847d6b
Author: Gaël Bonithon <gael@xfce.org>
Date:   Mon Feb 5 18:52:34 2024 +0100

    Update copyright year
    
    (cherry picked from commit 7726801a6a0a49bd186a99c8a7c8f764f019fa98)

commit eb648de83ba308d93fc56684851f22cabbc64762
Author: Gaël Bonithon <gael@xfce.org>
Date:   Thu Jan 11 17:56:52 2024 +0100

    build: Search for bind_textdomain_codeset in libintl too
    
    In FreeBSD bind_textdomain_codeset is provided by external package
    gettext via libintl.
    
    Related: https://gitlab.xfce.org/xfce/libxfce4util/-/issues/25
    (cherry picked from commit 2b78f44eb51a9d8a751581c65f97bff0027bfd9a)

commit a23126f27961218f5141f977c5b22153bcda8ac7
Author: Anonymous <noreply@xfce.org>
Date:   Tue Dec 19 12:45:36 2023 +0100

    I18n: Update translation hr (91%).
    
    194 translated messages, 17 untranslated messages.
    
    Transifex (https://explore.transifex.com/xfce/).

commit 9972fbcefa822d85de626c22d647e7f16ae1f0b0
Author: Gaël Bonithon <gael@xfce.org>
Date:   Mon Dec 4 17:18:07 2023 +0100

    sm-client: Reset SmcConnection when IceConnection is closed on error
    
    Maybe we shouldn't have to do this, but it's better to avoid a crash.
    
    Fixes: #99
    (cherry picked from commit 1e3c4ec2a4f937a0575eb6d12740177f0699ac4a)

commit a4b4bad1cd30a8dcb0e1f768480fa7fc83080fab
Author: Anonymous <noreply@xfce.org>
Date:   Fri Nov 24 12:45:42 2023 +0100

    I18n: Update translation tr (100%).
    
    211 translated messages.
    
    Transifex (https://explore.transifex.com/xfce/).

commit b8ad4c7d66ef141f3b988d29c00c4ce704b7f5e5
Author: Gaël Bonithon <gael@xfce.org>
Date:   Thu Nov 23 18:03:35 2023 +0100

    docs: Improve xfce_sm_client_get()
    
    It shouldn't actually work like this (it should be either transfer full
    or transfer none), but we can't change it now.
    
    (cherry picked from commit 0987ba01884f7dfc66dbb338c997cf030a270756)

commit f350b9f33c9401c207a76b97b4e7eabddc8a9eee
Author: Anonymous <noreply@xfce.org>
Date:   Wed Nov 15 12:45:40 2023 +0100

    I18n: Update translation ie (90%).
    
    192 translated messages, 19 untranslated messages.
    
    Transifex (https://explore.transifex.com/xfce/).

commit bd398235a375d568875619652ca5715f652ac584
Author: Anonymous <noreply@xfce.org>
Date:   Sun Nov 5 12:45:38 2023 +0100

    I18n: Update translation el (100%).
    
    211 translated messages.
    
    Transifex (https://explore.transifex.com/xfce/).

commit 15746b5e4cba6723627e816654ddd9a203986e40
Author: Anonymous <noreply@xfce.org>
Date:   Wed Sep 13 00:45:32 2023 +0200

    I18n: Update translation da (100%).
    
    211 translated messages.
    
    Transifex (https://explore.transifex.com/xfce/).

commit 1afd424c43779e983860d3f0a1f084d9dbde589f
Author: Gaël Bonithon <gael@xfce.org>
Date:   Wed Sep 6 13:01:31 2023 +0200

    shortcuts-grabber: Fix filtering by level
    
    a0203505 introduced a regression, see
    https://gitlab.xfce.org/xfce/libxfce4ui/-/merge_requests/104#note_79217
    
    It seems that a reliable way to filter by level, taking into account the
    modifiers from gtk_accelerator_parse(), is to apply the inverse
    transformation to gdk_keymap_get_entries_for_keyval(), i.e.
    gdk_keymap_translate_keyboard_state(), and see if the keyval matches.
    
    Fixes: a0203505201af43a8ccc063e536f1353b8c5daa4
    Related: xfce4-settings#442
    (cherry picked from commit b2e1dac24e4393badbf0d9ede344f1096b5d8c82)

commit bb19a5aa254afbc2c16fa9499bbb6690c0ad23c3
Author: Gaël Bonithon <gael@xfce.org>
Date:   Wed Sep 6 12:49:55 2023 +0200

    shortcuts-grabber: Simplify filtering by group
    
    If (group0_only && n_matches > 0) then n_matches == n_keys, so we keep
    all keys regardless of n_matches value.
    
    (cherry picked from commit c82e0123090dd822b48956f6cd90db6be1b95cae)

commit 297adc4aa2cfe29db93de49b309bc1feddb61922
Author: Gaël Bonithon <gael@xfce.org>
Date:   Wed Sep 6 12:34:59 2023 +0200

    shortcuts-grabber: Variable renaming
    
    (cherry picked from commit daabed0cdd7e766176d4be5a5080865b92bab04c)

commit 36890aafd3884a9b59c6b047f61a1bcf5765b652
Author: Theo Linkspfeifer <lastonestanding@tutanota.com>
Date:   Mon Mar 13 15:12:01 2023 +0100

    shortcuts-grabber: Filter grabbing by key level
    
    The idea is to look at the "level" value from GdkKeymapKey and see if
    there is a mismatch with the set modifiers for a shortcut.
    
    Fixes: xfce4-settings#442
    (cherry picked from commit a0203505201af43a8ccc063e536f1353b8c5daa4)

commit fac7ef59da99d7634e00832e3681e887e6ec6666
Author: Elliot <cheeseeboi@mailo.com>
Date:   Wed Aug 9 21:06:55 2023 +0000

    Detect keyboard shortcuts with only single modifier keys on key release
    
    Fixes: #1
    (cherry picked from commit f35d7bd8a62d903b0d19cf3f7554a8736d6cdad1)

commit b558e7d75a9c7619c3ed7798aec4e7f5146603ce
Author: Anonymous <noreply@xfce.org>
Date:   Sat Jun 3 12:45:37 2023 +0200

    I18n: Update translation el (100%).
    
    211 translated messages.
    
    Transifex (https://explore.transifex.com/xfce/).

commit 3a5b7f853eda005ca3b5bb0a9e40b4ab7b7e9229
Author: Anonymous <noreply@xfce.org>
Date:   Fri Jun 2 12:45:29 2023 +0200

    I18n: Update translation el (100%).
    
    211 translated messages.
    
    Transifex (https://explore.transifex.com/xfce/).

commit a9e684a8356bffbe64900f6881017a70f9eec1ce
Author: Anonymous <noreply@xfce.org>
Date:   Tue May 30 12:45:50 2023 +0200

    I18n: Update translation zh_TW (100%).
    
    211 translated messages.
    
    Transifex (https://explore.transifex.com/xfce/).

commit 2d87054f9f485d55a511a5c6ab2959398de0e442
Author: Anonymous <noreply@xfce.org>
Date:   Tue May 30 12:45:50 2023 +0200

    I18n: Update translation zh_HK (82%).
    
    174 translated messages, 37 untranslated messages.
    
    Transifex (https://explore.transifex.com/xfce/).

commit c096d15c236bf7a8bfdc0524f941f6cb675423d0
Author: Anonymous <noreply@xfce.org>
Date:   Tue May 30 12:45:50 2023 +0200

    I18n: Update translation zh_CN (100%).
    
    211 translated messages.
    
    Transifex (https://explore.transifex.com/xfce/).

commit 61686baf9c303f0f8404c4b69b4411b2dfec81a0
Author: Anonymous <noreply@xfce.org>
Date:   Tue May 30 12:45:50 2023 +0200

    I18n: Update translation uk (100%).
    
    211 translated messages.
    
    Transifex (https://explore.transifex.com/xfce/).

commit 0273af27b745bd0654d6b6155140d0104fee1323
Author: Anonymous <noreply@xfce.org>
Date:   Tue May 30 12:45:50 2023 +0200

    I18n: Update translation ug (77%).
    
    163 translated messages, 48 untranslated messages.
    
    Transifex (https://explore.transifex.com/xfce/).

commit 1425042737cabbbf7a252babedc8d12c15b83b7b
Author: Anonymous <noreply@xfce.org>
Date:   Tue May 30 12:45:50 2023 +0200

    I18n: Update translation tr (100%).
    
    211 translated messages.
    
    Transifex (https://explore.transifex.com/xfce/).

commit c3507796a52dde54cc501719f19a11e1f5e03d68
Author: Anonymous <noreply@xfce.org>
Date:   Tue May 30 12:45:49 2023 +0200

    I18n: Update translation th (95%).
    
    201 translated messages, 10 untranslated messages.
    
    Transifex (https://explore.transifex.com/xfce/).

commit b9a85a099d0ad912f6fb96538fd28b005b47a62a
Author: Anonymous <noreply@xfce.org>
Date:   Tue May 30 12:45:49 2023 +0200

    I18n: Update translation te (54%).
    
    116 translated messages, 95 untranslated messages.
    
    Transifex (https://explore.transifex.com/xfce/).

commit 7a9fe43b40917fa269848191f5a1a8faacb77928
Author: Anonymous <noreply@xfce.org>
Date:   Tue May 30 12:45:49 2023 +0200

    I18n: Update translation sv (100%).
    
    211 translated messages.
    
    Transifex (https://explore.transifex.com/xfce/).

commit e02286a0722c47bef61fec2aa160da1e774618be
Author: Anonymous <noreply@xfce.org>
Date:   Tue May 30 12:45:49 2023 +0200

    I18n: Update translation sr (100%).
    
    211 translated messages.
    
    Transifex (https://explore.transifex.com/xfce/).

commit 479250abc9dc80e3132f2cddd39df7dc20761ea9
Author: Anonymous <noreply@xfce.org>
Date:   Tue May 30 12:45:49 2023 +0200

    I18n: Update translation sq (100%).
    
    211 translated messages.
    
    Transifex (https://explore.transifex.com/xfce/).

commit ba8be2a9ce067024d7dcb2c592c215eeabb953f5
Author: Anonymous <noreply@xfce.org>
Date:   Tue May 30 12:45:49 2023 +0200

    I18n: Update translation sl (100%).
    
    211 translated messages.
    
    Transifex (https://explore.transifex.com/xfce/).

commit 722ac3c6c07b17ea472863c7eef6fefdc9f33f6d
Author: Anonymous <noreply@xfce.org>
Date:   Tue May 30 12:45:49 2023 +0200

    I18n: Update translation sk (100%).
    
    211 translated messages.
    
    Transifex (https://explore.transifex.com/xfce/).

commit 7b498c45f31167603d3f5a6b08d67b73b0c4857c
Author: Anonymous <noreply@xfce.org>
Date:   Tue May 30 12:45:49 2023 +0200

    I18n: Update translation ru (100%).
    
    211 translated messages.
    
    Transifex (https://explore.transifex.com/xfce/).

commit bd62f80ef4cfef273707511e46d63df71108eeeb
Author: Anonymous <noreply@xfce.org>
Date:   Tue May 30 12:45:49 2023 +0200

    I18n: Update translation ro (86%).
    
    183 translated messages, 28 untranslated messages.
    
    Transifex (https://explore.transifex.com/xfce/).

commit 42d66362fbd20f58d68cc5f15ace5a33018c12be
Author: Anonymous <noreply@xfce.org>
Date:   Tue May 30 12:45:48 2023 +0200

    I18n: Update translation pt_BR (100%).
    
    211 translated messages.
    
    Transifex (https://explore.transifex.com/xfce/).

commit 30b576b725e33dbadb0befbf6f0b1e2b20ca850b
Author: Anonymous <noreply@xfce.org>
Date:   Tue May 30 12:45:48 2023 +0200

    I18n: Update translation pt (100%).
    
    211 translated messages.
    
    Transifex (https://explore.transifex.com/xfce/).

commit ddc16946795b3dd96e0e8aab1b3588dd37ad6e1c
Author: Anonymous <noreply@xfce.org>
Date:   Tue May 30 12:45:48 2023 +0200

    I18n: Update translation pl (100%).
    
    211 translated messages.
    
    Transifex (https://explore.transifex.com/xfce/).

commit 36986301ee4f81ab7f95779e0b79faa98630af9d
Author: Anonymous <noreply@xfce.org>
Date:   Tue May 30 12:45:48 2023 +0200

    I18n: Update translation oc (100%).
    
    211 translated messages.
    
    Transifex (https://explore.transifex.com/xfce/).

commit 373d4cd796fddc6c24d592e62904739a94acd2db
Author: Anonymous <noreply@xfce.org>
Date:   Tue May 30 12:45:48 2023 +0200

    I18n: Update translation nn (75%).
    
    159 translated messages, 52 untranslated messages.
    
    Transifex (https://explore.transifex.com/xfce/).

commit 021174fdb371f0b34428ca775709c3f80ca63ba1
Author: Anonymous <noreply@xfce.org>
Date:   Tue May 30 12:45:48 2023 +0200

    I18n: Update translation nl (100%).
    
    211 translated messages.
    
    Transifex (https://explore.transifex.com/xfce/).

commit 3936f84c625a4065d146295de4f70bef37252e57
Author: Anonymous <noreply@xfce.org>
Date:   Tue May 30 12:45:48 2023 +0200

    I18n: Update translation nb (100%).
    
    211 translated messages.
    
    Transifex (https://explore.transifex.com/xfce/).

commit f12d327c2b7effc589fcef26709b503b680899a9
Author: Anonymous <noreply@xfce.org>
Date:   Tue May 30 12:45:48 2023 +0200

    I18n: Update translation ms (81%).
    
    173 translated messages, 38 untranslated messages.
    
    Transifex (https://explore.transifex.com/xfce/).

commit 71cba73bdc72c1608f45cbed176e0f9ce7011c09
Author: Anonymous <noreply@xfce.org>
Date:   Tue May 30 12:45:48 2023 +0200

    I18n: Update translation lt (100%).
    
    211 translated messages.
    
    Transifex (https://explore.transifex.com/xfce/).

commit 947d5f3cb8e47a6047ced132127d302df562f44c
Author: Anonymous <noreply@xfce.org>
Date:   Tue May 30 12:45:47 2023 +0200

    I18n: Update translation ko (100%).
    
    211 translated messages.
    
    Transifex (https://explore.transifex.com/xfce/).

commit 426a87e70c75299dba11f96a5a58dd07927a3ca1
Author: Anonymous <noreply@xfce.org>
Date:   Tue May 30 12:45:47 2023 +0200

    I18n: Update translation kk (100%).
    
    211 translated messages.
    
    Transifex (https://explore.transifex.com/xfce/).

commit db231584250660984a05e362419fb001ddf44730
Author: Anonymous <noreply@xfce.org>
Date:   Tue May 30 12:45:47 2023 +0200

    I18n: Update translation ka (63%).
    
    133 translated messages, 78 untranslated messages.
    
    Transifex (https://explore.transifex.com/xfce/).

commit 76d9649177466ff6ad06a921acbd04a2de733920
Author: Anonymous <noreply@xfce.org>
Date:   Tue May 30 12:45:47 2023 +0200

    I18n: Update translation ja (100%).
    
    211 translated messages.
    
    Transifex (https://explore.transifex.com/xfce/).

commit 1738fc3e2026b9d68ededac2c913432fd14db5d7
Author: Anonymous <noreply@xfce.org>
Date:   Tue May 30 12:45:47 2023 +0200

    I18n: Update translation it (100%).
    
    211 translated messages.
    
    Transifex (https://explore.transifex.com/xfce/).

commit 3d1122026a7b8d7e80a0f15088b2e2d10e9558c0
Author: Anonymous <noreply@xfce.org>
Date:   Tue May 30 12:45:47 2023 +0200

    I18n: Update translation is (76%).
    
    161 translated messages, 50 untranslated messages.
    
    Transifex (https://explore.transifex.com/xfce/).

commit 00b5d721e81cbd425f81b5e966ee0c21596b1d0c
Author: Anonymous <noreply@xfce.org>
Date:   Tue May 30 12:45:47 2023 +0200

    I18n: Update translation ie (86%).
    
    183 translated messages, 28 untranslated messages.
    
    Transifex (https://explore.transifex.com/xfce/).

commit 6ed94153d3173ceacf18912f1db6d2a0fb8ec0bf
Author: Anonymous <noreply@xfce.org>
Date:   Tue May 30 12:45:47 2023 +0200

    I18n: Update translation id (98%).
    
    207 translated messages, 4 untranslated messages.
    
    Transifex (https://explore.transifex.com/xfce/).

commit 1cbb74986afe588d4da1103c654f4d2fcb815992
Author: Anonymous <noreply@xfce.org>
Date:   Tue May 30 12:45:47 2023 +0200

    I18n: Update translation hye (83%).
    
    176 translated messages, 35 untranslated messages.
    
    Transifex (https://explore.transifex.com/xfce/).

commit 5f8e49b2b407a3e0fe0aeb437cf08cd44fef5f64
Author: Anonymous <noreply@xfce.org>
Date:   Tue May 30 12:45:47 2023 +0200

    I18n: Update translation hy_AM (75%).
    
    160 translated messages, 51 untranslated messages.
    
    Transifex (https://explore.transifex.com/xfce/).

commit bb5f46e10092a6b3c644590d161db7f1bf0edc6f
Author: Anonymous <noreply@xfce.org>
Date:   Tue May 30 12:45:46 2023 +0200

    I18n: Update translation hy (74%).
    
    158 translated messages, 53 untranslated messages.
    
    Transifex (https://explore.transifex.com/xfce/).

commit da9eca3d0948ab1b296361650792aa0c89adc125
Author: Anonymous <noreply@xfce.org>
Date:   Tue May 30 12:45:46 2023 +0200

    I18n: Update translation hu (98%).
    
    208 translated messages, 3 untranslated messages.
    
    Transifex (https://explore.transifex.com/xfce/).

commit e5d3dc5c483aadeac2155c4377567052ca9a74aa
Author: Anonymous <noreply@xfce.org>
Date:   Tue May 30 12:45:46 2023 +0200

    I18n: Update translation hr (90%).
    
    191 translated messages, 20 untranslated messages.
    
    Transifex (https://explore.transifex.com/xfce/).

commit 85832fb5bbe0a97a0544b2e10862a33b3a9cf7a7
Author: Anonymous <noreply@xfce.org>
Date:   Tue May 30 12:45:46 2023 +0200

    I18n: Update translation he (100%).
    
    211 translated messages.
    
    Transifex (https://explore.transifex.com/xfce/).

commit 67ba41b7d7cd58bfbf321e29b45bf80dac5c61d2
Author: Anonymous <noreply@xfce.org>
Date:   Tue May 30 12:45:46 2023 +0200

    I18n: Update translation gl (95%).
    
    201 translated messages, 10 untranslated messages.
    
    Transifex (https://explore.transifex.com/xfce/).

commit 2a2a6e4e2089a2adc59e467369ecc086d6009a9f
Author: Anonymous <noreply@xfce.org>
Date:   Tue May 30 12:45:46 2023 +0200

    I18n: Update translation fr (100%).
    
    211 translated messages.
    
    Transifex (https://explore.transifex.com/xfce/).

commit 1e955980bf63eed9b5cf71f939b4e132d2825902
Author: Anonymous <noreply@xfce.org>
Date:   Tue May 30 12:45:46 2023 +0200

    I18n: Update translation fi (98%).
    
    207 translated messages, 4 untranslated messages.
    
    Transifex (https://explore.transifex.com/xfce/).

commit 9198f8890e87404b25c3033ca95c896e3c1c08d4
Author: Anonymous <noreply@xfce.org>
Date:   Tue May 30 12:45:46 2023 +0200

    I18n: Update translation fa_IR (61%).
    
    130 translated messages, 81 untranslated messages.
    
    Transifex (https://explore.transifex.com/xfce/).

commit 1f3739fe62e4f84451e2dab0ba7c39b62565dd93
Author: Anonymous <noreply@xfce.org>
Date:   Tue May 30 12:45:46 2023 +0200

    I18n: Update translation eu (98%).
    
    207 translated messages, 4 untranslated messages.
    
    Transifex (https://explore.transifex.com/xfce/).

commit bd93af7faf31eb6e06b62ecf73bfbf8e8fa18339
Author: Anonymous <noreply@xfce.org>
Date:   Tue May 30 12:45:45 2023 +0200

    I18n: Update translation et (100%).
    
    211 translated messages.
    
    Transifex (https://explore.transifex.com/xfce/).

commit 9d2493a9e34b7a51618fdd6ad8fa86ffd01d4ffb
Author: Anonymous <noreply@xfce.org>
Date:   Tue May 30 12:45:45 2023 +0200

    I18n: Update translation es (100%).
    
    211 translated messages.
    
    Transifex (https://explore.transifex.com/xfce/).

commit 0427932eeca97f983e2d1bf62708205552383dc9
Author: Anonymous <noreply@xfce.org>
Date:   Tue May 30 12:45:45 2023 +0200

    I18n: Update translation en_GB (100%).
    
    211 translated messages.
    
    Transifex (https://explore.transifex.com/xfce/).

commit ce04f3d6f9b16d9885946c9e5ed540c7eaef1605
Author: Anonymous <noreply@xfce.org>
Date:   Tue May 30 12:45:45 2023 +0200

    I18n: Update translation en_AU (76%).
    
    161 translated messages, 50 untranslated messages.
    
    Transifex (https://explore.transifex.com/xfce/).

commit d8522a6a220d1f03e580dd4e228be63eb7dd9ba6
Author: Anonymous <noreply@xfce.org>
Date:   Tue May 30 12:45:45 2023 +0200

    I18n: Update translation el (100%).
    
    211 translated messages.
    
    Transifex (https://explore.transifex.com/xfce/).

commit d88e3baeae871115f7de507d8238da6bc39e68a2
Author: Anonymous <noreply@xfce.org>
Date:   Tue May 30 12:45:45 2023 +0200

    I18n: Update translation de (100%).
    
    211 translated messages.
    
    Transifex (https://explore.transifex.com/xfce/).

commit e49ffe84e8827716b8bd8ad4bb3848808cbdb4c4
Author: Anonymous <noreply@xfce.org>
Date:   Tue May 30 12:45:45 2023 +0200

    I18n: Update translation da (96%).
    
    204 translated messages, 7 untranslated messages.
    
    Transifex (https://explore.transifex.com/xfce/).

commit 51383d96e65f24d213f16f7d072c8f9e6e620fdc
Author: Anonymous <noreply@xfce.org>
Date:   Tue May 30 12:45:45 2023 +0200

    I18n: Update translation cy (98%).
    
    207 translated messages, 4 untranslated messages.
    
    Transifex (https://explore.transifex.com/xfce/).

commit a245ff97c4293a9e0bc4542e3853ccf0285179b3
Author: Anonymous <noreply@xfce.org>
Date:   Tue May 30 12:45:45 2023 +0200

    I18n: Update translation cs (100%).
    
    211 translated messages.
    
    Transifex (https://explore.transifex.com/xfce/).

commit a70338578d1126a9f1e2f2f6a076b90bf5598dee
Author: Anonymous <noreply@xfce.org>
Date:   Tue May 30 12:45:45 2023 +0200

    I18n: Update translation ca (100%).
    
    211 translated messages.
    
    Transifex (https://explore.transifex.com/xfce/).

commit f027f1dd30e913ecc356d3b0523c22adf9e73d6c
Author: Anonymous <noreply@xfce.org>
Date:   Tue May 30 12:45:44 2023 +0200

    I18n: Update translation bn (50%).
    
    107 translated messages, 104 untranslated messages.
    
    Transifex (https://explore.transifex.com/xfce/).

commit bfa6829b8a2306c206323be1917406ffe388fef9
Author: Anonymous <noreply@xfce.org>
Date:   Tue May 30 12:45:44 2023 +0200

    I18n: Update translation bg (100%).
    
    211 translated messages.
    
    Transifex (https://explore.transifex.com/xfce/).

commit b5bb7a4d59df9fc0920b3aa981f3e9434d7e8f72
Author: Anonymous <noreply@xfce.org>
Date:   Tue May 30 12:45:44 2023 +0200

    I18n: Update translation be (95%).
    
    201 translated messages, 10 untranslated messages.
    
    Transifex (https://explore.transifex.com/xfce/).

commit 5b39af00dba635c2b09ed69f372488df15722748
Author: Anonymous <noreply@xfce.org>
Date:   Tue May 30 12:45:44 2023 +0200

    I18n: Update translation az (96%).
    
    204 translated messages, 7 untranslated messages.
    
    Transifex (https://explore.transifex.com/xfce/).

commit 8adad48d1bc480243e8b63528707d95f8b852002
Author: Anonymous <noreply@xfce.org>
Date:   Tue May 30 12:45:44 2023 +0200

    I18n: Update translation ast (75%).
    
    159 translated messages, 52 untranslated messages.
    
    Transifex (https://explore.transifex.com/xfce/).

commit c0aeac75241cbb8c05ff389d340582fc4c13e83e
Author: Anonymous <noreply@xfce.org>
Date:   Tue May 30 12:45:44 2023 +0200

    I18n: Update translation ar (96%).
    
    204 translated messages, 7 untranslated messages.
    
    Transifex (https://explore.transifex.com/xfce/).

commit 6b9779d3ffc612acf792f5cea2be0cc240e5b8a9
Author: Anonymous <noreply@xfce.org>
Date:   Tue May 30 12:45:44 2023 +0200

    I18n: Update translation am (52%).
    
    110 translated messages, 101 untranslated messages.
    
    Transifex (https://explore.transifex.com/xfce/).

commit a0c1162a53bc7da466957c483cabec6f9476dbb7
Author: Anonymous <noreply@xfce.org>
Date:   Tue May 30 00:46:08 2023 +0200

    I18n: Add new translation fa_IR (62%).
    
    129 translated messages, 79 untranslated messages.
    
    Transifex (https://explore.transifex.com/xfce/).

commit 6ff3f7fc6a5819da2351cb46c38675126b485079
Author: Anonymous <noreply@xfce.org>
Date:   Tue May 30 00:46:08 2023 +0200

    I18n: Update translation zh_TW (100%).
    
    208 translated messages.
    
    Transifex (https://explore.transifex.com/xfce/).

commit 6f617ace08e9aacda66a742610a2737d2f353e15
Author: Anonymous <noreply@xfce.org>
Date:   Tue May 30 00:46:08 2023 +0200

    I18n: Update translation zh_HK (82%).
    
    171 translated messages, 37 untranslated messages.
    
    Transifex (https://explore.transifex.com/xfce/).

commit 9aa7a3e6abbdcc3f763c6a166affe7edf85fcb78
Author: Anonymous <noreply@xfce.org>
Date:   Tue May 30 00:46:08 2023 +0200

    I18n: Update translation zh_CN (100%).
    
    208 translated messages.
    
    Transifex (https://explore.transifex.com/xfce/).

commit e56d8bd6ccc55e3a61d42afa245f50b60e48a09f
Author: Anonymous <noreply@xfce.org>
Date:   Tue May 30 00:46:07 2023 +0200

    I18n: Update translation uk (100%).
    
    208 translated messages.
    
    Transifex (https://explore.transifex.com/xfce/).

commit 660e508ab45910017b0784ab2a288909a6b9ef37
Author: Anonymous <noreply@xfce.org>
Date:   Tue May 30 00:46:07 2023 +0200

    I18n: Update translation ug (76%).
    
    160 translated messages, 48 untranslated messages.
    
    Transifex (https://explore.transifex.com/xfce/).

commit dbad206e8940f0296c1fa532f94698c70e268c0d
Author: Anonymous <noreply@xfce.org>
Date:   Tue May 30 00:46:07 2023 +0200

    I18n: Update translation tr (100%).
    
    208 translated messages.
    
    Transifex (https://explore.transifex.com/xfce/).

commit a8eb9f308c3e1cdec123daeb58e77922a0499887
Author: Anonymous <noreply@xfce.org>
Date:   Tue May 30 00:46:07 2023 +0200

    I18n: Update translation th (95%).
    
    198 translated messages, 10 untranslated messages.
    
    Transifex (https://explore.transifex.com/xfce/).

commit cb064c9fac211fe5c22eb0f966c0f8a49012f137
Author: Anonymous <noreply@xfce.org>
Date:   Tue May 30 00:46:07 2023 +0200

    I18n: Update translation te (54%).
    
    113 translated messages, 95 untranslated messages.
    
    Transifex (https://explore.transifex.com/xfce/).

commit 107a380c15316743053b7a4a2e52369dadaa7ba5
Author: Anonymous <noreply@xfce.org>
Date:   Tue May 30 00:46:07 2023 +0200

    I18n: Update translation sv (100%).
    
    208 translated messages.
    
    Transifex (https://explore.transifex.com/xfce/).

commit 133e0d5703efa0c67f128556548490ccee9d3b00
Author: Anonymous <noreply@xfce.org>
Date:   Tue May 30 00:46:07 2023 +0200

    I18n: Update translation sr (100%).
    
    208 translated messages.
    
    Transifex (https://explore.transifex.com/xfce/).

commit 440aae936d08ad6d578eb9470a885ca595b66bff
Author: Anonymous <noreply@xfce.org>
Date:   Tue May 30 00:46:07 2023 +0200

    I18n: Update translation sq (100%).
    
    208 translated messages.
    
    Transifex (https://explore.transifex.com/xfce/).

commit 266f6d0cdaaa09c9206819329d0ba79b8f57fd97
Author: Anonymous <noreply@xfce.org>
Date:   Tue May 30 00:46:07 2023 +0200

    I18n: Update translation sl (100%).
    
    208 translated messages.
    
    Transifex (https://explore.transifex.com/xfce/).

commit 75110f0d111e79065497db837dee4b974708e0d2
Author: Anonymous <noreply@xfce.org>
Date:   Tue May 30 00:46:07 2023 +0200

    I18n: Update translation sk (100%).
    
    208 translated messages.
    
    Transifex (https://explore.transifex.com/xfce/).

commit 6bbad2c838872fbcaa136f7970edf9903c5c17fe
Author: Anonymous <noreply@xfce.org>
Date:   Tue May 30 00:46:06 2023 +0200

    I18n: Update translation ru (100%).
    
    208 translated messages.
    
    Transifex (https://explore.transifex.com/xfce/).

commit 67409152f7f6799d652f5fbf6e420562ec49c225
Author: Anonymous <noreply@xfce.org>
Date:   Tue May 30 00:46:06 2023 +0200

    I18n: Update translation ro (86%).
    
    180 translated messages, 28 untranslated messages.
    
    Transifex (https://explore.transifex.com/xfce/).

commit f146b19d412fa4b6a1aabb7c79f9ea09221bffa2
Author: Anonymous <noreply@xfce.org>
Date:   Tue May 30 00:46:06 2023 +0200

    I18n: Update translation pt_BR (100%).
    
    208 translated messages.
    
    Transifex (https://explore.transifex.com/xfce/).

commit 04c67408814783f626a30b722cabfbf366e5f3d5
Author: Anonymous <noreply@xfce.org>
Date:   Tue May 30 00:46:06 2023 +0200

    I18n: Update translation pt (100%).
    
    208 translated messages.
    
    Transifex (https://explore.transifex.com/xfce/).

commit 7e58586ea4d52a62a5564107a4b0114abd71da4b
Author: Anonymous <noreply@xfce.org>
Date:   Tue May 30 00:46:06 2023 +0200

    I18n: Update translation pl (100%).
    
    208 translated messages.
    
    Transifex (https://explore.transifex.com/xfce/).

commit 0f0620e34a7cde8ccc7a33eefc3666b4476b3854
Author: Anonymous <noreply@xfce.org>
Date:   Tue May 30 00:46:06 2023 +0200

    I18n: Update translation oc (100%).
    
    208 translated messages.
    
    Transifex (https://explore.transifex.com/xfce/).

commit 313c3df31d84de36169f90e8c090bcbf7dbf8766
Author: Anonymous <noreply@xfce.org>
Date:   Tue May 30 00:46:06 2023 +0200
