1
0
mirror of synced 2026-01-28 18:03:28 -05:00
Commit Graph

65 Commits

Author SHA1 Message Date
Daniel Adams
737bdd7431 Sync fork with upstream (Fetch upstream) via web UI (#19806) 2021-06-21 17:49:17 +02:00
Grace Park
84470a736c updating translations content 2021-06-16 10:33:01 -07:00
Grace Park
5dd156c726 pages test passes 2021-06-15 14:54:47 -07:00
Rachael Sewell
fcc48bef6d Translation batch 1623365515 (#19847) 2021-06-10 20:19:47 -07:00
Felicity Chapman
5d44e66d95 Expand topics for Code security articles in preparation for a guide sub-landing page (#19340) 2021-06-02 06:27:03 +00:00
Sarah Schneider
f7e848e0c4 ran script/content-migrations/remove-map-topics.js && script/content-migrations/update-tocs.js 2021-05-19 10:12:38 -04:00
James M. Greene
885da5b3d3 Local run of Translations patching process over batch (#19360)
* New Crowdin translations by Github Action

* Reset broken translated files to English

* Ran script/i18n/homogenize-frontmatter.js

* Ran script/fix-translation-errors.js

* Reverted translated files with parsing and rendering errors

* fix malformed liquid

* add next directory to exclude list

* currentversion -> currentVersion

* fix liquid errors

* fix liquid errors

* Reset broken translated files to English

* Ran script/i18n/homogenize-frontmatter.js

* Revert /ja/github/authenticating-to-github/about-authentication-with-saml-single-sign-on

* Reset known broken translation files LAST

* Run script/i18n/homogenize-frontmatter.js

Co-authored-by: Crowdin Bot <support+bot@crowdin.com>
Co-authored-by: Rachael Sewell <rachmari@github.com>
Co-authored-by: Kevin Heis <heiskr@users.noreply.github.com>
2021-05-18 15:07:05 +00:00
Zeke Sikelianos
0b4e790279 run script/i18n/homogenize-frontmatter.js (#19118)
Co-authored-by: Sarah Schneider <sarahs@users.noreply.github.com>
Co-authored-by: James M. Greene <417751+JamesMGreene@users.noreply.github.com>
2021-05-04 21:23:18 +00:00
Zeke Sikelianos
918bd8a54f update frontmatter homogenisation to sweep all translated files (#19117)
Co-authored-by: Sarah Schneider <sarahs@users.noreply.github.com>
Co-authored-by: James M. Greene <417751+JamesMGreene@users.noreply.github.com>
2021-05-03 23:26:18 +00:00
Dirkjan Bussink
eb875d212e Remove the non standard Status header from example responses (#5791) 2021-04-29 10:50:01 -07:00
Sarah Schneider
7b2ffb5eb7 rename action_code_examples.yml to actions_code_examples.yml so we can get it by product id 2021-04-15 12:29:56 -04:00
Sarah Schneider
99cda2e127 ran cleanup scripts 2021-04-09 11:08:36 -04:00
Sarah Schneider
ba17e6d946 ran script/fix-translation-errors.js > ~/docs-translation-errors-fixable.txt 2021-04-09 10:54:03 -04:00
Sarah Schneider
0fce585683 Revert broken translated files to English 2021-04-09 10:27:36 -04:00
Crowdin Bot
63a7abd3af New Crowdin translations by Github Action 2021-04-09 05:13:04 +00:00
Vanessa Yuen
bbd9f03f6e Populate product-landing "What's new" section using GitHub Changelog (#18328)
Co-authored-by: Jason Etcovitch <jasonetco@github.com>
Co-authored-by: Rachael Sewell <rachmari@github.com>
Co-authored-by: Sarah Schneider <sarahs@users.noreply.github.com>
2021-04-08 20:51:37 +00:00
Rachael Sewell
f4134a9588 Translation batch 1617205196 (#18517) 2021-03-31 17:45:12 +00:00
Vanessa Yuen
1be2866297 Translation batch (#18439) 2021-03-26 21:27:27 +01:00
skullface
6b0ceea6ca help. to docs. in non-release content (#18293)
* `help.` → `docs.` in non-release translated docs

* `help.` → `docs.` in .md files

* update link in CODEOWNERS
2021-03-19 00:10:44 +00:00
Rachael Sewell
36660b2731 fix table Markdown on translated pages (#18311) 2021-03-18 20:04:34 -04:00
Rachael Sewell
2ce40a1e07 fix Markdown table syntax (#18268) 2021-03-18 21:35:58 +00:00
skullface
3d7d9e6454 update support link in "localization complete" banner (#18292) 2021-03-18 19:43:45 +00:00
Dirkjan Bussink
efb1edc86a Add the releases endpoint for self hosted runners (#17905) 2021-02-24 11:15:40 +00:00
Vanessa Yuen
5d608c1e2a Crowdin translations (translation-batch-1612885307) (#17760)
* New Crowdin translations by Github Action

* Revert broken translated files to content from  branch

* fix known frontmatter errors

* Revert broken translated files to content from  branch

* fix translation errors

Co-authored-by: Crowdin Bot <support+bot@crowdin.com>
Co-authored-by: Jason Etcovitch <jasonetco@github.com>
2021-02-09 18:14:25 +01:00
Jason Etcovitch
0bea3eabfb Fix some invalid Liquid (#17743)
* Fix some invalid Liquid

* Sigh one more

* Uno mas
2021-02-08 19:19:54 +00:00
Jason Etcovitch
39e0e0dda1 Use Liquidjs instead of Liquid (#16743)
* Install liquidjs, uninstall liquid

* Comment a bunch of stuff out to get going

* Fix invalid includes

* Fix all includes (path => 'path')

* Get the homepage to render

* Do link-in-list kinda

* Revert "Fix all includes (path => 'path')"

This reverts commit d6fead646353aa5041d9229470a62a1d487456b9.

* Support non-dynamic partials

* Extract getTemplate helper

* Do remaining custom Liquid tags

* Fix some custom tag bugs

* Moar bugs

* Re-add link tag

* Cleaner diff

* Actually fix extended markdown tags

* Fully comment out version matchers

* Smaller diff

* Rely only on Liquid internals for conditionals

* Use new operators option in Liquid engine

* Fix link.js

* Don't need options

* Updoot to the right doot

* Fix some bugs

* Fix another bug

* Pass a test

* Fix the translate bits

* Adjust a test

* Fix another invalid Liquid bug

* Two more borked translations

* Found some more

* Don't need this change

* Revert "Don't need this change"

This reverts commit a916d619747f0492865a69c3e237c97c4d4e7fad.

* This should fix the broken links

* Missed one

* Revert "This should fix the broken links"

This reverts commit e6c2cc0d9055d958706260d57edbe293281c150e.

* Revert "Missed one"

This reverts commit bbe1f23baf16e020f6f7931589decb1afc75dfbd.

* Updoot liquidjs
2021-02-08 12:58:51 -05:00
Jason Etcovitch
28efe65bf5 Fix some invalid Liquid (#17705)
* Remove quotes from render paths

* Do the same for includes

* Fix {{{ in breadcrumbs

* Remove some old octicon syntax

* Fix some wonks

* Borked one

* Unchange `render` calls

* Smaller diff

* Even smaller
2021-02-05 13:17:15 -05:00
Vanessa Yuen
5336b9a35c translations batch (#17637)
* New Crowdin translations by Github Action

* fix frontmatter errors in translation

* fix release notes

* revert broken translation to main

Co-authored-by: Crowdin Bot <support+bot@crowdin.com>
2021-02-02 19:56:26 +00:00
Vanessa Yuen
7b0cc4c42c revert some pt-BR translation files (#17368) 2021-01-20 00:40:02 +01:00
Vanessa Yuen
01b5d89239 Crowdin translations (translation-batch-1610993249) (#17348)
* New Crowdin translations by Github Action

* Revert broken translated files to English

* fix mistranslated type

* fix mistranslated dates

* fix liquid operator

* revert broken to english

* revert broken translations to english

* revert broken translations to english

* fix broken liquid tag 😭

* fix tags

Co-authored-by: Crowdin Bot <support+bot@crowdin.com>
2021-01-19 20:12:46 +01:00
Vanessa Yuen
faa4ba5f84 Revert broken cn translated file to english (#17167) 2021-01-06 13:20:17 +01:00
Vanessa Yuen
a80ec7bd98 Crowdin translations (#17143)
* New Crowdin translations by Github Action

* Revert broken translated files to english

* fix dates

* fix translation 😭

Co-authored-by: Crowdin Bot <support+bot@crowdin.com>
2021-01-05 20:37:31 +01:00
Vanessa Yuen
355f074c89 Revert broken translated files to english (#17126) 2021-01-04 19:28:33 +01:00
Vanessa Yuen
e50d2ada6f Crowdin translation batch (#16963)
* New Crowdin translations by Github Action

* Revert broken translated files to english

Co-authored-by: Crowdin Bot <support+bot@crowdin.com>
2020-12-15 13:30:14 -05:00
Sarah Schneider
2f10991ea5 Merge branch 'main' of github.com:github/docs-internal into hidden-docs-alt 2020-12-03 10:29:46 -05:00
James M. Greene
4e1d62b91a Remove free-pro-team support from Spanish translation of Insights doc (#16730)
* Remove free-pro-team support from Spanish translation of Insights doc

* Throw errors for mismatched products in non-English content pages as well
2020-12-02 22:07:56 +00:00
Sarah Schneider
b244d447dd Merge branch 'main' of github.com:github/docs-internal into hidden-docs-alt 2020-12-01 12:38:48 -05:00
Chiedo John
98e5914569 More broken PR translations reverted (#16691)
Co-authored-by: Chiedo <chiedo@users.noreply.github.com>
2020-12-01 11:18:42 -05:00
Chiedo John
5daf4ede83 pt-BR Translations fixes (#16688)
* Revert broken translations

* More translation fixes

* Proper reverts

* Revert more bad translations

Co-authored-by: Chiedo <chiedo@users.noreply.github.com>
2020-12-01 11:04:13 -05:00
Chiedo John
a8309afef1 PT-BR Translations fixes to fix production pages (#16687)
* Revert broken translations

* More translation fixes

* Proper reverts

Co-authored-by: Chiedo <chiedo@users.noreply.github.com>
2020-12-01 10:46:15 -05:00
Chiedo John
1e6714192b Crowdin translations (translation-batch-1606831598) (#16683)
* New Crowdin translations by Github Action

* Reset translations with known issues to english

* Revert broken translations

* Reset broken translated file

* Revert broken translations

Co-authored-by: Crowdin Bot <support+bot@crowdin.com>
Co-authored-by: Chiedo <chiedo@users.noreply.github.com>
2020-12-01 15:15:47 +00:00
Chiedo John
9d9a694ddf Crowdin translations (translation-batch-1606244448) (#16615)
* New Crowdin translations by Github Action

* Translation reverts

* Keep pt-BR as main

* Revert files to english

Co-authored-by: Crowdin Bot <support+bot@crowdin.com>
Co-authored-by: Chiedo <chiedo@users.noreply.github.com>
Co-authored-by: Jason Etcovitch <jasonetco@github.com>
2020-11-25 08:11:02 -05:00
Chiedo John
ada3691205 Translation fix (#16519)
* Revert broken translated page to English

* Revert broken translations

* Revert all pt-BR files to prior to the last translation

Co-authored-by: Chiedo <chiedo@users.noreply.github.com>
2020-11-18 11:04:51 -05:00
Chiedo John
b2f2ea3649 Translation fix (#16518)
* Revert broken translated page to English

* Revert broken translations

Co-authored-by: Chiedo <chiedo@users.noreply.github.com>
2020-11-18 10:39:22 -05:00
Chiedo John
75d49ea75d Crowdin translations (translation-batch-1605709253) (#16515)
* New Crowdin translations by Github Action

* Revert broken translated files to English

Co-authored-by: Crowdin Bot <support+bot@crowdin.com>
Co-authored-by: Chiedo <chiedo@users.noreply.github.com>
2020-11-18 10:19:14 -05:00
Kevin Heis
dd02bfa007 Merge main 2020-11-16 10:07:53 -08:00
James M. Greene
bc3131b155 Remove old '/early-access' redirect from API Previews page 2020-11-10 14:36:34 -06:00
Chiedo John
4685b8662e Fix translation that slipped through (#16422)
Co-authored-by: Chiedo <chiedo@users.noreply.github.com>
2020-11-10 13:03:43 -05:00
Chiedo John
3239d8a636 Crowdin translations (translation-batch-1605024961) (#16417)
* New Crowdin translations by Github Action

* Revert broken translated files to English

Co-authored-by: Crowdin Bot <support+bot@crowdin.com>
Co-authored-by: Chiedo <chiedo@users.noreply.github.com>
2020-11-10 12:45:27 -05:00
Chiedo John
a61be8a0b6 Revert broken translation to english (#16321)
Co-authored-by: Chiedo <chiedo@users.noreply.github.com>
2020-11-03 16:41:16 -05:00