fix(l10n): Don't sync xcstrings for now

Signed-off-by: Joas Schilling <213943+nickvergessen@users.noreply.github.com>
This commit is contained in:
Joas Schilling 2025-08-04 08:57:07 +02:00 committed by Matthieu Gallien
parent e1070b9e02
commit 5c32abc900

View File

@ -13,15 +13,3 @@ file_filter = nextcloud.client-desktop/<lang>_translation.desktop
source_file = mirall.desktop.in source_file = mirall.desktop.in
source_lang = en source_lang = en
type = DESKTOP type = DESKTOP
[o:nextcloud:p:nextcloud:r:client-fileprovider]
file_filter = shell_integration/MacOSX/NextcloudIntegration/FileProviderExt/Localizable.xcstrings
source_file = shell_integration/MacOSX/NextcloudIntegration/FileProviderExt/Localizable.xcstrings
source_lang = en
type = XCSTRINGS
[o:nextcloud:p:nextcloud:r:client-fileproviderui]
file_filter = shell_integration/MacOSX/NextcloudIntegration/FileProviderUIExt/Localizable.xcstrings
source_file = shell_integration/MacOSX/NextcloudIntegration/FileProviderUIExt/Localizable.xcstrings
source_lang = en
type = XCSTRINGS