Skip to content

Commit c549e71

Browse files
committed
Update README
1 parent 8af09d7 commit c549e71

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

README.md

+6-7
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Transvision is a Web application targeting the Mozilla localization community, created and maintained by the French Mozilla community (https://www.mozfr.org).
44

5-
The main purpose of Transvision is to provide a specialized search engine to find localized strings in Mozilla code repositories for all Mozilla products (Firefox, Firefox for Android, Firefox for iOS, Android projects, Thunderbird, SeaMonkey) and websites (currently only www.mozilla.org is supported) via a Web interface. There are also side-features such as checks for common typographical errors for some languages or validity checks for localized access keys in the UI).
5+
The main purpose of Transvision is to provide a specialized search engine to find localized strings in Mozilla code repositories for some Mozilla products and websites via a Web interface. There are also side-features such as checks for common typographical errors for some languages or validity checks for localized access keys in the UI.
66

77
Transvision is written in PHP, the string extraction is done with the compare-locales library (Python) and server install/maintenance scripts are in Bash.
88

@@ -12,21 +12,20 @@ https://transvision.mozfr.org
1212
Transvision Beta is available at:
1313
https://transvision-beta.mozfr.org
1414

15-
Transvision was created by Philippe Dessante, from the French Mozilla localization team.
15+
Transvision was originally created by Philippe Dessante, from the French Mozilla localization team.
1616

1717
## Getting Started
1818

1919
The Transvision team uses Git and GitHub for both development and issue tracking.
2020
- If you'd like to contribute code back to us, you can do it using a [Pull Request][].
21-
- We generate automatic documentation of [Transvision classes][].
2221
- If you want to file a bug [Create a new issue on GitHub][] or contact the team.
2322

2423
## Dependencies
2524

2625
* Bash scripting support
27-
* Python 3.5 and later
26+
* Python 3.8 and later
2827
* [pip](https://pip.pypa.io/en/stable/installing/) and [virtualenv](https://virtualenv.pypa.io/en/stable/installation/)
29-
* PHP >= 7.0 with the following extensions:
28+
* PHP >= 7.4 with the following extensions:
3029
* php-intl for the transliteration feature
3130
* php-mbstring for multibyte string functions
3231
* Composer (Dependency Manager for PHP, https://getcomposer.org/)
@@ -58,7 +57,7 @@ Note that if you launch start.sh again after the installation, it will not downl
5857

5958
## Update glossary
6059

61-
- To update Transvision glossary, run `app/scripts/glossaire.sh` (only for full installations) .
60+
To update Transvision glossary, run `app/scripts/glossaire.sh` (only for full installations) .
6261

6362
## Contribution tips
6463

@@ -72,4 +71,4 @@ MPL 2
7271
[Create a new issue on github]: https://github.com/mozfr/transvision/issues
7372
[Transvision Project]: https://github.com/mozfr/transvision
7473
[npm]: https://www.npmjs.com
75-
[Coding Standards]:https://github.com/mozfr/transvision/wiki/Code-conventions
74+
[Coding Standards]: https://github.com/mozfr/transvision/wiki/Code-conventions

0 commit comments

Comments
 (0)