You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+6-7
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
3
3
Transvision is a Web application targeting the Mozilla localization community, created and maintained by the French Mozilla community (https://www.mozfr.org).
4
4
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.
6
6
7
7
Transvision is written in PHP, the string extraction is done with the compare-locales library (Python) and server install/maintenance scripts are in Bash.
8
8
@@ -12,21 +12,20 @@ https://transvision.mozfr.org
12
12
Transvision Beta is available at:
13
13
https://transvision-beta.mozfr.org
14
14
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.
16
16
17
17
## Getting Started
18
18
19
19
The Transvision team uses Git and GitHub for both development and issue tracking.
20
20
- 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][].
22
21
- If you want to file a bug [Create a new issue on GitHub][] or contact the team.
23
22
24
23
## Dependencies
25
24
26
25
* Bash scripting support
27
-
* Python 3.5 and later
26
+
* Python 3.8 and later
28
27
*[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:
30
29
* php-intl for the transliteration feature
31
30
* php-mbstring for multibyte string functions
32
31
* 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
58
57
59
58
## Update glossary
60
59
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) .
62
61
63
62
## Contribution tips
64
63
@@ -72,4 +71,4 @@ MPL 2
72
71
[Create a new issue on github]: https://github.com/mozfr/transvision/issues
0 commit comments