Skip to content

Commit

Permalink
Remove weblate
Browse files Browse the repository at this point in the history
  • Loading branch information
SanmerDev committed Oct 26, 2024
1 parent 3d10bf2 commit dd6a88c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# PI
[![release](https://img.shields.io/github/v/release/SanmerApps/PI?label=release&color=red)](https://github.com/SanmerApps/PI/releases) [![download](https://shields.io/github/downloads/SanmerApps/PI/total?label=download)](https://github.com/SanmerApps/PI/releases/latest) [![translated](https://weblate.sanmer.app/widget/pi/svg-badge.svg)](https://weblate.sanmer.app/engage/pi/)
[![release](https://img.shields.io/github/v/release/SanmerApps/PI?label=release&color=red)](https://github.com/SanmerApps/PI/releases) [![download](https://shields.io/github/downloads/SanmerApps/PI/total?label=download)](https://github.com/SanmerApps/PI/releases/latest)

## Supported Versions
Android 11 ~ 15
Expand Down
1 change: 0 additions & 1 deletion app/src/main/kotlin/dev/sanmer/pi/Const.kt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ package dev.sanmer.pi

object Const {
const val GITHUB_URL = "https://github.com/SanmerApps/PI"
const val TRANSLATE_URL = "https://weblate.sanmer.app/engage/pi"

const val CHANNEL_ID_INSTALL = "INSTALL"
const val CHANNEL_ID_PARSE = "PARSE"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,8 @@ fun SettingsScreen(
icon = R.drawable.language,
title = stringResource(id = R.string.settings_translation),
desc = stringResource(id = R.string.settings_translation_desc),
onClick = { context.viewUrl(Const.TRANSLATE_URL) }
onClick = {},
enabled = false
)
}
}
Expand Down

0 comments on commit dd6a88c

Please sign in to comment.