1
0
mirror of synced 2026-01-07 18:01:41 -05:00
Commit Graph

30 Commits

Author SHA1 Message Date
Peter Bengtsson
2ec905fc77 trailingCommas:all on prettier (#38888) 2023-07-11 11:44:52 +00:00
Peter Bengtsson
b68ba04200 Don't complain about AUTOTITLE typos in non-English (#37703) 2023-06-09 12:35:13 +00:00
Peter Bengtsson
1e7a672b0f Fix Glossary page in Russian and Korean (#36852) 2023-05-04 16:28:18 +00:00
Peter Bengtsson
a91ad4f7da Remove legacy keys from wrapped got in end-to-end tests (#36265) 2023-04-07 14:45:25 +00:00
Peter Bengtsson
9d26799a53 undo temporary translation hack for RSA (#36115) 2023-04-03 17:16:53 +00:00
Kevin Heis
68e29e17f6 Move search files to src (#35822)
Co-authored-by: Peter Bengtsson <peterbe@github.com>
2023-04-03 17:14:26 +00:00
Peter Bengtsson
e8ec9224ff Temporary correction of SSH RSA keys in translations (#35931) 2023-03-28 01:44:30 +00:00
Robert Sese
e5370a5990 Feature Branch: Global Nav Phase 2 (#34359)
Co-authored-by: Grace Park <gracepark@github.com>
Co-authored-by: Joe Oak <41307427+joeoak@users.noreply.github.com>
2023-02-13 17:37:47 +00:00
Kevin Heis
7bf7aff237 A few tweaks to make local tests run (#34241) 2023-01-27 21:27:55 +00:00
Peter Bengtsson
2fd94e6759 skip translations test that requires UI translations (#34024) 2023-01-18 17:24:37 +00:00
Peter Bengtsson
f7be7f0129 Revert "Remove ENABLED_LANGUAGES" (#33953) 2023-01-13 17:52:48 +00:00
Kevin Heis
cdf1123135 Remove ENABLED_LANGUAGES (#33766) 2023-01-13 16:42:00 +00:00
Peter Bengtsson
7858061bfd test api search in non-English (#33786) 2023-01-06 16:11:40 +00:00
Peter Bengtsson
06eb34e0fd move out language dependent rendering tests (#33761)
Co-authored-by: Kevin Heis <heiskr@users.noreply.github.com>
2023-01-05 16:49:58 +00:00
Peter Bengtsson
3c8a914b9f getDOMCached (#33749) 2023-01-04 20:50:42 +00:00
Peter Bengtsson
b8f44b13f7 test translations suite in CI (#33739) 2023-01-04 18:07:04 +00:00
Peter Bengtsson
a76cfc7059 unbreak the translation tests (#33474) 2022-12-12 21:36:37 +00:00
Kevin Heis
6b1ac124d8 Update "preferredlang" to "user_language" (#33045) 2022-11-30 17:51:51 +00:00
Kevin Heis
1a77ceb9e2 Clean up zh/jp/br/kr language code redirects (#33040)
Co-authored-by: Peter Bengtsson <peterbe@github.com>
2022-11-29 18:40:48 +00:00
Evan Bonsignori
b1a36fb7ff Revert "set max-age=0 when you want no cache (#31657)"
This reverts commit 5dfca10bba.
2022-10-12 13:10:34 -07:00
Peter Bengtsson
5dfca10bba set max-age=0 when you want no cache (#31657) 2022-10-12 19:54:28 +00:00
Hector Alfaro
4e3e061885 Unskip survey site data test (#31502) 2022-10-06 20:16:51 +00:00
Hector Alfaro
25b455c35f Remove unused CrowdIn workflows and scripts (#30234) 2022-09-12 17:59:28 +00:00
Peter Bengtsson
5f4672549e simplify find-page middleware (#30642) 2022-09-12 12:12:07 +00:00
Hector Alfaro
d21afee935 Temporarily skip some translation tests (#30557) 2022-09-07 19:58:14 +00:00
Hector Alfaro
ada4d3ca31 Ignore search files for translation tests (#30590) 2022-09-07 19:49:38 +00:00
Kevin Heis
56df4863f3 Open up status codes more on translation file test (#30293)
Update files.js
2022-08-26 14:51:05 +00:00
Kevin Heis
303d5190db Create a translations test suite (#30000)
* Scaffold files for migration

* Move user-agent into unit suite

* Nothing to move from browser suite

* Migrate tests to translations/content

* Migrate existing translation test to meta

* No graphql tests to migrate

* Migrate lint-translation-reporter

* Migrate lint-translation-reporter

* Remove languages-schema, unused

* Restore languages-schema

* Restore languages-schema

* Migrate rendering

* Migrate routing

* Migrate most of unit

* Remove dead files, comment out tests that aren't expected to work yet

* Migrate from get-redirect

* Migrate page and pages

* Migrate linting code

* Fix lint issues

* Found a few more

* Run prettier

* Move crowdin-config test and helper

* Update crowdin-config.js

* Remove translation linting, crowdin config lint, reduce file count

* Remove test that's been skipped for a year

* Restore linting with note to remove later

* Update lint-translation-reporter.js

* Clean up rendering suite

* Update rendering.js

* Remove excessive describe blocks

* Redirect tests

* Clean up unit

* Remove test that's never called

* Don't compare early access

* Rename test suites

* Update "content" tests

* Update files.js

* Update search.js

* Update files.js

* Update files.js
2022-08-25 12:38:03 -07:00
Marcelo Jacobus
c84d98766f Prevent creation of empty source files (#23634)
* Add test to prevent `crowdin upload` errors

* Remove empty file causing `crowdin upload` error

Closes https://github.com/github/crowdin-support/issues/117
2021-12-13 16:57:38 +00:00
Marcelo Jacobus
ed9e3d79cb Add test and script to ensure 1:1 parity of liquid tags between source and translation (#22472)
Co-authored-by: Peter Bengtsson <peterbe@github.com>
2021-11-04 10:59:17 -03:00