Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added Kabyle layout #106

Open
wants to merge 4 commits into
base: main
Choose a base branch
from
Open

Added Kabyle layout #106

wants to merge 4 commits into from

Conversation

BoFFire
Copy link

@BoFFire BoFFire commented Nov 7, 2024

What is it?

  • Bugfix
  • Feature
  • Codebase improvement

Added kabyle azerty layout

  • Added layout
  • Added kabyle to Context, Constants and SimpleKeyboardIME

Acknowledgement

@@ -285,6 +286,7 @@ fun Context.getKeyboardLanguageText(language: Int): String {
LANGUAGE_GERMAN -> getString(R.string.translation_german)
LANGUAGE_GREEK -> getString(R.string.translation_greek)
LANGUAGE_HEBREW -> getString(R.string.translation_hebrew)
LANGUAGE_KABYLE_AZERTY -> "${getString(R.string.translation_kabyle)} (AZERTY)"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This string doesn't exist. You should add it in Commons in https://github.com/FossifyOrg/Commons/blob/master/commons/src/main/res/values/strings.xml. When creating a pull request in Commons, please mention that it's for this one.

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@Aga-C Added missing kabyle to strings.
FossifyOrg/Commons#67

@tenextractor
Copy link

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants