Skip to content

Commit

Permalink
fix: update crowdin distribution (#127)
Browse files Browse the repository at this point in the history
  • Loading branch information
ReenigneArcher authored Sep 9, 2023
1 parent 41913dc commit 40885c4
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 16 deletions.
8 changes: 4 additions & 4 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ Integrations
:alt: GitHub Workflow Status (Build)
:target: https://github.com/LizardByte/LizardByte.github.io/actions/workflows/build.yml?query=branch%3Amaster

.. image:: https://img.shields.io/badge/dynamic/json?color=blue&label=localized&style=for-the-badge&query=%24.progress..data.translationProgress&url=https%3A%2F%2Fbadges.awesome-crowdin.com%2Fstats-15178612-544760.json&logo=crowdin
.. image:: https://img.shields.io/badge/dynamic/json?color=blue&label=localized&style=for-the-badge&query=%24.progress..data.translationProgress&url=https%3A%2F%2Fbadges.awesome-crowdin.com%2Fstats-15178612-606145.json&logo=crowdin
:alt: CrowdIn
:target: https://crowdin.com/project/lizardbyte-github-io
:target: https://translate.lizardbyte.dev

.. image:: https://badges.awesome-crowdin.com/translation-15178612-544760.png
.. image:: https://badges.awesome-crowdin.com/translation-15178612-606145.png
:alt: CrowdIn graph
:target: https://crowdin.com/project/lizardbyte-github-io
:target: https://translate.lizardbyte.dev
22 changes: 10 additions & 12 deletions dist/js/crowdin.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,21 +6,19 @@ $.getScript('https://proxy-translator.app.crowdin.net/assets/proxy-translator.js
window.proxyTranslator.init({
baseUrl: "https://app.lizardbyte.dev",
appUrl: "https://proxy-translator.app.crowdin.net",
valuesParams: "U2FsdGVkX18A3bEmk8hvD0Lh4u84QCUqJyLfhhkt0TX/JoQKZU8jTqHC1MRIY367NSE3CLPAdGwJgDVtpZ5aF56tNothE5IygSTb17SJTxDBRhRBW9m0EDclegvSNcvt",
valuesParams: "U2FsdGVkX18oEIFwyzOmQTrYwQEazqRvzErV24EQn8dee5U583HvbKkVktb0G/DMLpc+vYefsXCu07kcR3Fxa1aoSsMTkEJmM8Htl2tcYv2DkTKzd+pVAP8MBhpfAnPD",
distributionBaseUrl: "https://distributions.crowdin.net",
filePath: "/app.lizardbyte.dev.json",
distribution: "4cc96ceace138bd558f68791bw4",
languages: {
"en":"English",
"de":"German",
"it":"Italian",
"es-ES":"Spanish",
},
distribution: "0913bb75b61f0b26247ffa91bw4",
languagesData: {
"en":{"code":"en","name":"English","twoLettersCode":"en"},
"de":{"code":"de","name":"German","twoLettersCode":"de"},
"it":{"code":"it","name":"Italian","twoLettersCode":"it"},
"es-ES":{"code":"es-ES","name":"Spanish","twoLettersCode":"es"},
"fr": {"code":"fr","name":"French","twoLettersCode":"fr"},
"es-ES": {"code":"es-ES","name":"Spanish","twoLettersCode":"es"},
"de": {"code":"de","name":"German","twoLettersCode":"de"},
"it": {"code":"it","name":"Italian","twoLettersCode":"it"},
"ru": {"code":"ru","name":"Russian","twoLettersCode":"ru"},
"en": {"code":"en","name":"English","twoLettersCode":"en"},
"en-US": {"code":"en-US","name":"English, United States","twoLettersCode":"en"},
"en-GB": {"code":"en-GB","name":"English, United Kingdom","twoLettersCode":"en"}
},
defaultLanguage: "en",
defaultLanguageTitle: "English",
Expand Down

0 comments on commit 40885c4

Please sign in to comment.