Updated comment

This commit is contained in:
M66B 2024-03-18 07:34:42 +01:00
parent 8d21c68afc
commit 0c5c960588
1 changed files with 1 additions and 3 deletions

View File

@ -79,9 +79,7 @@ public class DeepL {
static final String PRIVACY_URI = "https://www.deepl.com/privacy/";
// curl https://api-free.deepl.com/v2/languages \
// -d auth_key=... \
// -d type=target
// curl https://api-free.deepl.com/v2/languages -d auth_key=... -d type=target
public static boolean isAvailable(Context context) {
SharedPreferences prefs = PreferenceManager.getDefaultSharedPreferences(context);