-
-
Notifications
You must be signed in to change notification settings - Fork 3.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch '4.1-dev' into 4.1-dev-installer-cleanup-step-experiments
- Loading branch information
Showing
5 changed files
with
65 additions
and
27 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,38 @@ | ||
--- | ||
name: Accessibility issue | ||
about: Did you find an accessibility issue in the Joomla CMS? Please report it here. | ||
labels: a11y | ||
|
||
--- | ||
|
||
### Steps to reproduce the issue | ||
1. | ||
|
||
|
||
### Expected result | ||
|
||
|
||
|
||
### Actual result | ||
|
||
|
||
|
||
### Device and system info | ||
|
||
* What version of Joomla were you using? | ||
|
||
|
||
* What device were you using? (eg, phone, laptop) | ||
|
||
|
||
* What web browser were you using? (eg, Chrome, Safari) | ||
|
||
|
||
* If you were using assistive technology, please let us know the device or software you were using (eg VoiceOver, JAWS, sip-and-puff device, etc) | ||
|
||
|
||
|
||
### Additional comments | ||
|
||
If you know which [WCAG](https://www.w3.org/TR/WCAG/) or [ATAG](https://www.w3.org/TR/ATAG20/) criteria this violates, please indicate it here: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,19 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<metafile client="installation"> | ||
<name>Russian (Russia)</name> | ||
<version>4.1.3.1</version> | ||
<creationDate>May 2022</creationDate> | ||
<author>Russian Translation Team</author> | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<metafile client="installation"> | ||
<name>Russian (Russia)</name> | ||
<version>4.1.4.1</version> | ||
<creationDate>May 2022</creationDate> | ||
<author>Russian Translation Team</author> | ||
<copyright>(C) 2005 Open Source Matters, Inc.</copyright> | ||
<license>GNU General Public License version 2 or later; see LICENSE.txt</license> | ||
<files> | ||
<filename>joomla.ini</filename> | ||
</files> | ||
<metadata> | ||
<name>Russian (ru-RU)</name> | ||
<nativeName>Русский (Россия)</nativeName> | ||
<tag>ru-RU</tag> | ||
<rtl>0</rtl> | ||
</metadata> | ||
<params /> | ||
</metafile> | ||
<license>GNU General Public License version 2 or later; see LICENSE.txt</license> | ||
<files> | ||
<filename>joomla.ini</filename> | ||
</files> | ||
<metadata> | ||
<name>Russian (ru-RU)</name> | ||
<nativeName>Русский (Россия)</nativeName> | ||
<tag>ru-RU</tag> | ||
<rtl>0</rtl> | ||
</metadata> | ||
<params /> | ||
</metafile> |