Skip to content
Snippets Groups Projects

WIP: Swissgerman Translation

Closed Fence requested to merge (removed):translation-ch into develop

I translated Pleroma into swissgerman. I pulled most of the wording from the already existing german translation to be (hopefully) inline with Pleromas wording in gerneral.

Sadly there is somewhat of a problem: the "code" for the language is "de-ch" and pleroma handles language-codes, such as this one, in an inconvenient way.

It splits them at the "-" and only uses the first part, as can be seen in the main.js:

const currentLocale = (window.navigator.language || 'en').split('-')[0]

Which is why I labeled this merge-request as WIP.

I have no clue how to get that stuff sorted out in a way that is pleasant to you guys.

So pwease help me getting this glorious and highly needed translation into pleroma! (´・ω・`)

Merge request reports

Closed by kaniinikaniini 5 years ago (Nov 8, 2019 2:43am UTC)

Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
Please register or sign in to reply
Loading