Skip to content

Commit

Permalink
update readme and formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
Leon1777 committed Nov 1, 2024
1 parent b4beee9 commit c6a727f
Show file tree
Hide file tree
Showing 2 changed files with 81 additions and 12 deletions.
21 changes: 13 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,16 @@ Karlsen Mobile is a non-custodial wallet for the [Karlsen](https://www.karlsenco
BlockDAG, available for Android and iOS. It is written in
[Dart](https://dart.dev) using [Flutter](https://flutter.dev).

| Link | Description |
|:---------------------------------------------------------|:-------------------------|
| [karlsencoin.com](https://www.karlsencoin.com/) | Karlsen Network Homepage |
| Link | Description |
| :---------------------------------------------- | :----------------------- |
| [karlsencoin.com](https://www.karlsencoin.com/) | Karlsen Network Homepage |

## Contributing

* Fork the repository and clone it to your local machine.
* Follow the instructions [here](https://flutter.io/docs/get-started/install)
- Fork the repository and clone it to your local machine.
- Follow the instructions [here](https://flutter.io/docs/get-started/install)
to install the Flutter SDK
* Setup [Android Studio](https://flutter.io/docs/development/tools/android-studio)
- Setup [Android Studio](https://flutter.io/docs/development/tools/android-studio)
or [Visual Studio Code](https://flutter.io/docs/development/tools/vs-code)

## Building
Expand All @@ -24,6 +24,11 @@ Android:
flutter build apk
```

To generate split APKs for different target architectures:
```bash
flutter build apk --split-per-abi
```

iOS:

```bash
Expand All @@ -37,7 +42,7 @@ Debug mode:

```bash
flutter run
```
```

Release mode:

Expand Down Expand Up @@ -79,5 +84,5 @@ You’re also welcome to join our Discord server for additional support and comm
## Screenshots

| ![](assets/images/android-1.png) | ![](assets/images/android-2.png) | ![](assets/images/android-3.png) |
|----------------------------------|----------------------------------|----------------------------------|
| -------------------------------- | -------------------------------- | -------------------------------- |
| ![](assets/images/android-4.png) | ![](assets/images/android-5.png) | ![](assets/images/android-6.png) |
72 changes: 68 additions & 4 deletions TRANSLATORS.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ languages in our upstream Kaspium wallet. At this point a big
## Available translations and their translators

| Language | Translators |
|:----------------|:-------------------------------------|
| :-------------- | :----------------------------------- |
| Albanian (sq) | xxdilaxxKaspa, nardiidoda |
| Arabic (ar) | |
| Basque (eu) | jorgereyazabal |
Expand Down Expand Up @@ -49,11 +49,75 @@ languages in our upstream Kaspium wallet. At this point a big

Some hints to the table above:

* Some translations currently have no translator, so they just
- Some translations currently have no translator, so they just
contain the default translations.
* Some translators prefer to stay anonymous, so they are not
- Some translators prefer to stay anonymous, so they are not
mentioned on the list.
* Some translators do not tell their Discord account name, so
- Some translators do not tell their Discord account name, so
they are also not mentioned on the list.

## How to contribute

The whole translation effort is coordinated by the Karlsen Network
developers. If you like to add another language, feel free to get
in touch at our [Discord](https://discord.gg/ZPZRvgMJDT),
especially the channel _#translations_.
# Translations and translators

To make Karlsen Mobile usable to a broad audience, the Kaspa
translators team provided translations for a lot of different
languages in our upstream Kaspium wallet. At this point a big
**Thank You** to all involved parties!

## Available translations and their translators

| Language | Translators |
| :-------------- | :----------------------------------- |
| Albanian (sq) | xxdilaxxKaspa, nardiidoda |
| Arabic (ar) | |
| Basque (eu) | jorgereyazabal |
| Bengali (bn) | TARZANin |
| Bulgarian (bg) | ceco |
| Catalan (ca) | gomarco |
| Chinese (zh) | benrod3k#4055, sxd#2804, l55 |
| Czech (cs) | MasterMiner |
| Danish (da) | OhNoSheDiint |
| Dutch (nl) | Jeroen, Steve B |
| Finnish (fi) | Malformation |
| French (fr) | Na0mir, okilisan |
| German (de) | Helix, jwj |
| Greek (el) | sp4rtan |
| Hebrew (he) | O_Josephs Backup Device, hauntedcook |
| Hindi (hi) | sa1krishna, TARZAN |
| Hungarian (hu) | Csubi, Venton |
| Indonesian (id) | CHRIS45_NEW |
| Italian (it) | TheSheepCat |
| Japanese (ja) | |
| Korean (ko) | BOOM |
| Latvian (lv) | |
| Malay (ms) | |
| Norwegian (no) | supertypo, kola5 |
| Persian (fa) | daisooki, mamad.771 |
| Polish (pl) | azazino, imalfect |
| Portuguese (pt) | cafaBR, Porventura |
| Romanian (ro) | Da3m0nN |
| Russian (ru) | azazino |
| Slovenian (sl) | |
| Spanish (es) | jorgereyazabal, MyGCrypt0, azazino |
| Swedish (sv) | mawen.algo |
| Tagalog (tl) | |
| Telugu (te) | sa1krishna |
| Turkish (tr) | oguzhankls |
| Ukrainian (uk) | azazino |
| Urdu (ur) | Devilking946285 |

Some hints to the table above:

- Some translations currently have no translator, so they just
contain the default translations.
- Some translators prefer to stay anonymous, so they are not
mentioned on the list.
- Some translators do not tell their Discord account name, so
they are also not mentioned on the list.

## How to contribute
Expand Down

0 comments on commit c6a727f

Please sign in to comment.