You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gitea/web_src/js
silverwind d6f8238492
Replace `N/A` with `-` everywhere (#24474)
Followup to https://github.com/go-gitea/gitea/pull/24427.

Reasoning is that `N/A` is specific to english while `-` is
language-neutral and does not need translation.

Before:
<img width="891" alt="Screenshot 2023-05-01 at 20 58 20"
src="https://user-images.githubusercontent.com/115237/235511592-8a36d0f2-34ff-4dbe-b642-67c0ade644fe.png">

After:
<img width="901" alt="Screenshot 2023-05-01 at 20 59 59"
src="https://user-images.githubusercontent.com/115237/235511594-d49f6d09-92e8-4e99-be7b-2a37f5d24129.png">
2 years ago
..
components Add rerun workflow button and refactor to use SVG octicons (#24350) 2 years ago
features Replace `N/A` with `-` everywhere (#24474) 2 years ago
markup Fix math and mermaid rendering bugs (#24049) 2 years ago
modules Use 1.18's aria role for dropdown menus (#24144) 2 years ago
standalone Add new JS linter rules (#17699) 3 years ago
test Improve emoji and mention matching (#24255) 2 years ago
utils Improve emoji and mention matching (#24255) 2 years ago
webcomponents Refactor locale number (#24134) 2 years ago
bootstrap.js Show friendly 500 error page to users and developers (#24110) 2 years ago
index.js Use auto-updating, natively hoverable, localized time elements (#23988) 2 years ago
jquery.js Upgrade jQuery to 3.5.0, remove jQuery-Migrate, fix deprecations (#11055) 5 years ago
serviceworker.js Fix serviceworker output file and misc improvements (#11562) 5 years ago
svg.js Add rerun workflow button and refactor to use SVG octicons (#24350) 2 years ago
svg.test.js Improve `<SvgIcon>` to make it output `svg` node and optimize performance (#23570) 2 years ago
utils.js Add eslint-plugin-regexp (#24361) 2 years ago
utils.test.js Introduce GiteaLocaleNumber custom element to handle number localization on pages. (#23861) 2 years ago