Merge pull request #25677 from barredterra/in-context-translation

feat: In-Context Translation
This commit is contained in:
Ankush Menat 2024-03-27 20:42:07 +05:30 committed by GitHub
commit 83eadd7257
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 37589 additions and 0 deletions

View file

@ -14,6 +14,7 @@ el,Ελληνικά,0
en,English,0
en-GB,English (United Kingdom),0
en-US,English (United States),0
eo,In-Context Translation,0
es,Español,1
es-AR,Español (Argentina),0
es-BO,Español (Bolivia),0

1 language_code language_name enabled
14 en English 0
15 en-GB English (United Kingdom) 0
16 en-US English (United States) 0
17 eo In-Context Translation 0
18 es Español 1
19 es-AR Español (Argentina) 0
20 es-BO Español (Bolivia) 0

37572
frappe/locale/eo.po Normal file

File diff suppressed because it is too large Load diff

View file

@ -34,6 +34,14 @@
{%- endif %}
{%- endblock -%}
{% if boot.lang == "eo" %}
<script type="text/javascript">
var _jipt = [];
_jipt.push(['project', 'frappe']);
</script>
<script type="text/javascript" src="https://cdn.crowdin.com/jipt/jipt.js"></script>
{% endif %}
<script>
window.frappe = {};
frappe.ready_events = [];

View file

@ -24,6 +24,14 @@
{% for include in include_css -%}
{{ include_style(include) }}
{%- endfor -%}
{% if lang == "eo" %}
<script type="text/javascript">
var _jipt = [];
_jipt.push(['project', 'frappe']);
</script>
<script type="text/javascript" src="https://cdn.crowdin.com/jipt/jipt.js"></script>
{% endif %}
</head>
<body>
{% include "templates/includes/splash_screen.html" %}