Skip to content

Commit

Permalink
Merge pull request #528 from nextcloud/bugfix/noid/fix-appid-detectio…
Browse files Browse the repository at this point in the history
…n-for-talk_desktop

fix(l10n): Fix talk_desktop appid detection
  • Loading branch information
nickvergessen authored Mar 29, 2023
2 parents 189821b + ee72b6e commit 19a361d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions translations-app/handleAppTranslations.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,11 @@ if [ "$RESOURCE_ID" = "MYAPP" ]; then
exit 2
fi

if [ "$RESOURCE_ID" = "talk_desktop" ]; then
# Desktop client has no appinfo/info.xml
APP_ID="talk_desktop"
fi

# TODO use build/l10nParseAppInfo.php to fetch app names for l10n

versions='stable24 stable25 stable26 master main'
Expand Down

0 comments on commit 19a361d

Please sign in to comment.