feat: In-Context Translation

This commit is contained in:
barredterra 2024-03-27 12:53:15 +01:00
parent 722bb3b0fc
commit 90610a7e8e
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="//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="//cdn.crowdin.com/jipt/jipt.js"></script>
{% endif %}
</head>
<body>
{% include "templates/includes/splash_screen.html" %}