284 Commits

Author SHA1 Message Date
Hao Liu
2ea214c6f4
Modify zh-CN (#389) 2021-02-16 10:37:46 -05:00
5695c1c45f
Add Japanese Translation for Version 1.1.0 (#363)
* [l10n] Add Japanese translation for version 1.1.0

* Fix some terms/format in translation

* Translated title string.
* There was some word which is too technical for ordinary people.
* There was a several inconsistent styles of writing that was not coordinated with the whole.
* Increase version number (I forgot it when previous commit).

* Update source/ja/1.1.0/index.html.haml

Co-authored-by: azu <azu@users.noreply.github.com>

* Update source/ja/1.1.0/index.html.haml

Co-authored-by: azu <azu@users.noreply.github.com>

* Update source/ja/1.1.0/index.html.haml

Co-authored-by: azu <azu@users.noreply.github.com>

* Update source/ja/1.1.0/index.html.haml

Co-authored-by: azu <azu@users.noreply.github.com>

* Update source/ja/1.1.0/index.html.haml

* Update source/ja/1.1.0/index.html.haml

* Update source/ja/1.1.0/index.html.haml

* Update source/ja/1.1.0/index.html.haml

* Update source/ja/1.1.0/index.html.haml

* Update source/ja/1.1.0/index.html.haml

* Update source/ja/1.1.0/index.html.haml

* Update source/ja/1.1.0/index.html.haml

* Fix unexpected change

Applied only: “tag” → 「タグ」 and “release” → 「リリース」

* [l10n] Fix Japanese translation

公開→リリース

Co-authored-by: azu <azu@users.noreply.github.com>
2021-02-02 14:33:15 -05:00
jkrielaars
0e74dd2491
Added the dutch translation of the "Inconsistent changes" section (#372)
* Fixed foldout menu in Dutch translation

* Added Dutch translation of inconsistent changes section
2021-02-02 14:31:16 -05:00
Florian-COLLIN
25c1b37b5a
Update (#377) 2021-02-02 14:29:54 -05:00
Ole Vik
55ec1ed4b2
Norwegian Bokmål (#383) 2021-02-02 14:28:45 -05:00
NicoHood
a44717b4b1
Improve footer (#384)
See https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Roles/Contentinfo_role

Note: https://tylerfortune.me/ Is not available anymore (but the dummy page uses https as well)
2021-02-02 14:28:22 -05:00
Emre Erkan
ebc1abb820
v1.1 changes (#347)
Translated "Inconsistent Changes" section to Turkish.

Co-authored-by: Emre Erkan <emre@ada.agency>
2020-10-18 09:51:32 -04:00
lindexi
40e29a6967
Fix typo for zh-CN (#359) 2020-10-18 09:49:08 -04:00
hms5232
5f06962bf9
improve term for zh-TW at 0.3.0 (#355)
code:程式碼
programmer:程式設計師

and some improvement of word.
2020-08-27 16:07:23 -04:00
Javier Spagnoletti
bd8362583d
Fix small typo in the Spanish answer for the 2nd question (#362) 2020-08-27 16:06:29 -04:00
Nicolas Boisteault
6091a6b73d
Typo fr : un version => une version (#357) 2020-07-21 10:30:29 -04:00
Merab Tato Kutalia
e91634b478
add Georgian (ka) translation (#337) 2020-03-10 11:47:20 -04:00
Frederik Spang
97d503facb
Add Danish (da) translations. (#297) 2020-03-10 11:37:58 -04:00
Eko Junaidi Salam
74e6f68643
Fixing some indonesian translation and typos (#336) 2020-03-10 11:37:12 -04:00
Adriano Sepe
19e3377a08
Updated to the pattern en/pt-BR (#330)
Updated the Unreleased to the pattern (English Term/Portuguese Term);
2020-03-10 11:36:41 -04:00
Lorenzo Arena
302aef37ca
Fix some typos for the Italian translation. (#332) 2020-03-10 11:36:08 -04:00
Ned Twigg
3dcaac2c67 Fix a typo in the "what about yanked releases" tab. Fixes #327. (#328) 2020-01-11 19:16:08 -05:00
Tim Joosten
e4295e2dd0 Fix typo (#325)
lasig to lastig.
2020-01-06 16:17:00 -05:00
Robbert Gurdeep Singh
2576bcb5b6 Center the and - in the FAQ (#323) 2019-12-18 15:57:37 -05:00
Munieru
7736ce558d Change some Japansese expressions to better ones. (#307)
* Replace "貢献者" to "コントリビューター" in Japanese document

https://help.github.com/ja/articles/viewing-a-projects-contributors

* Replace "懸念事項" to "Issue" in Japanese document

https://help.github.com/ja/articles/about-issue-and-pull-request-templates

* Replace "人間に優しい" to "ヒューマンフレンドリーな" in Japanese document

https://ci.nii.ac.jp/naid/110004788357
2019-07-30 00:58:49 -04:00
Yuta Matsumura
485452b07c Add Japanese localization (#294)
* copy en index.html.haml to ja
* add japanese translation
* change japanese translation
* add japanese menu
* update japanese translation
2019-03-12 11:29:08 -04:00
Olivier Lacan
3a7298570a Prevent 1.1.0 from being $latest_version for now
We don't quite yet want to redirect to this version although it will be
good to be able to test it.
# Title

# Tell me everything!

# Co-authors (they will be credited on GitHub as well)
# Co-authored-by: Carolina Powers <carolinapoloni@gmail.com>
# Co-authored-by: Meg Kline-Tuls <meglktuls@gmail.com>
# Co-authored-by: Will <will-soto@pluralsight.com>
# Co-authored-by: thatchej <jaron-thatcher@pluralsight.com>
2019-02-15 13:06:00 -05:00
Olivier Lacan
7221c2cd10 Fix odd import issue with individual Sass files
Seems like these individual Sass files are compiled individually despite
being imported by the main application.css.sass file which means we now have
to import the variables.sass file with all the Sass variable declaration in
each of them.
# Title

# Tell me everything!

# Co-authors (they will be credited on GitHub as well)
# Co-authored-by: Carolina Powers <carolinapoloni@gmail.com>
# Co-authored-by: Meg Kline-Tuls <meglktuls@gmail.com>
# Co-authored-by: Will <will-soto@pluralsight.com>
# Co-authored-by: thatchej <jaron-thatcher@pluralsight.com>
2019-02-15 12:02:17 -05:00
Richard Littauer
20dd4411d9 Added bad changelog paragraph on inconsistency
Having an inconsistent changelog is bad. I feel this should be mentioned.
2019-02-15 11:33:19 -05:00
Olivier Lacan
df5c53914f
Merge pull request #289 from JeroenKnoops/patch-1
Small updates to the dutch language
2019-02-15 08:29:35 -05:00
Olivier Lacan
40f7f22254 Update uk title and description 2019-02-15 08:28:18 -05:00
Jeroen Knoops
61395b1c55
Small updates to the dutch language 2019-02-15 09:12:26 +01:00
Osadchyi Serhii
219658df35 Added ukrainian localization 2019-02-15 08:34:57 +02:00
Bernard Vander Beken
7ac0999a86
Fix grammar 2019-02-12 14:35:03 +01:00
Olivier Lacan
1a6bcad2fd Fix incorrect language code
# Title

# Tell me everything!

# Co-authors (they will be credited on GitHub as well)
# Co-authored-by: Carolina Powers <carolinapoloni@gmail.com>
# Co-authored-by: Meg Kline-Tuls <meglktuls@gmail.com>
# Co-authored-by: Will <will-soto@pluralsight.com>
# Co-authored-by: thatchej <jaron-thatcher@pluralsight.com>
2019-02-04 16:52:49 -05:00
Olivier Lacan
5d456b64c9
Merge pull request #276 from zoranzoki21/serbian_translation
Add Serbian translations
2019-02-04 16:49:20 -05:00
Zoranzoki21
d9564f9675 Add Serbian translations 2019-02-02 14:00:34 +01:00
Zoran Dori
50b1410279
Update index.html.haml 2019-02-02 13:46:10 +01:00
Zoran Dori
f34ae83947
Update index.html.haml 2019-02-02 13:44:00 +01:00
Zoran Dori
6ef1586521
Fix typos at Croatian translation file
Fixed "funcionalnosti" typos and changed to "funkcionalnosti" per other translations related to this at this file.
2019-02-02 13:33:27 +01:00
Olivier Lacan
4f0ffb69cd
Merge pull request #269 from zhongmc1995/hotfix/zh-CN
Hotfix/zh cn
2018-12-12 11:53:11 +01:00
gylidian
bb8f07a87c Hotfix zh-CN 2018-12-05 17:06:23 +08:00
Adrian Godong
06a380e81b
Translation update 2018-12-01 19:31:34 -08:00
钟明城
c8107d7fab
Fix wrong word 2018-11-08 17:50:15 +08:00
钟明城
1ec38f31d3
Fix wrong word 2018-11-08 17:49:22 +08:00
Olivier Lacan
f4c0c0834f Remove all links to Gemnasium
Fixes #267
2018-11-07 12:10:12 -05:00
Olivier Lacan
538e3dc3ca
Merge pull request #266 from Hameds/master
Persian translation
2018-11-07 12:03:50 -05:00
Victor Osipov
856c8d07e8
Update index.html.haml
Added missing letter `e` in the word `которые`
2018-11-07 19:33:21 +05:00
Hamed
74ce22921b remove v0.3.0 from fa-IR translation 2018-11-02 16:56:01 +03:30
Hamed
ee5c255e03 add persian translation 2018-10-29 22:27:37 +03:30
Magnus Österlund
6ccb374181
Swedish: Add missing links
Related to PR #220
2018-10-04 12:43:04 +02:00
Olivier Lacan
d70cdd08da Fix unbalanced braces 2018-09-04 14:26:33 -04:00
Olivier Lacan
f13f59b79d
Merge pull request #250 from m-aciek/master
Polish translation improvements, link bugfix, added line to changelog…
2018-09-04 12:08:40 -04:00
Olivier Lacan
eacd5df598
Merge pull request #251 from jerodsanto/update-the-changelog-url
Update the URL to the episode of The Changelog
2018-09-04 12:08:30 -04:00
boris85
e89d2f3dd5 Add translation and error fix 2018-08-18 15:22:07 +02:00