feat: In-Context Translation
This commit is contained in:
parent
722bb3b0fc
commit
90610a7e8e
4 changed files with 37589 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
37572
frappe/locale/eo.po
Normal file
37572
frappe/locale/eo.po
Normal file
File diff suppressed because it is too large
Load diff
|
|
@ -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 = [];
|
||||
|
|
|
|||
|
|
@ -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" %}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue