Digital experiences for all disciplines
New Landing › How can we help? › Themeforest Theme Support › Dante › Dante Translations
New Landing › How can we help? › Themeforest Theme Support › Dante › Dante Translations
- This topic has 120 replies, 35 voices, and was last updated 8 years by Swift Ideas – Ed.
-
Posted in: Dante
-
November 26, 2013 at 5:57 pm #33606
As standard, Dante comes ready with English & French translations, but we’d love for this to extend to as many languages as possible – truly making it accessible for users all around the world.
We’d really appreciate it if you could send over completed language files for other translations that you’ve done yourself, as we can then include it in the theme for you (so you don’t need to re-add it when you update), but also for others.
Thanks in advance!
– Ed
November 27, 2013 at 4:27 pm #33936Great proposal,,,,
I wish all developers do the same,
Thank you Ed!December 4, 2013 at 5:43 pm #35284I will need the Spanish translation for my website, If anyone has done it before me then I will upload mine.
December 4, 2013 at 7:53 pm #35320have anybody the full german translation ?
December 6, 2013 at 5:11 pm #35783Hi,
I also need it. Maybe we can share the work? 😉
December 10, 2013 at 11:17 pm #36391I try to translate to polish. But text with polish characters is shown as in attachment. Could you help me?
December 13, 2013 at 1:09 am #36894@gps24 – please make sure you have your translation file set as UTF-8 encoding within POEdit, Catalog > Settings, as so – https://www.dropbox.com/s/ub2g77sp5lpqw83/Screenshot%202013-12-13%2001.08.45.png
Hope that helps.
– Ed
December 16, 2013 at 6:55 am #37281Also need the German translation- I dont know German- so it would be really helpfull!
December 16, 2013 at 8:36 am #37286@Swift Ideas – Ed Than for help but In meantime I translate using the Plugin Codestyling Localization, but the same problem.
December 16, 2013 at 7:39 pm #37523I can translate to polish too. But almost the same problem here. I’ve put normal text (post text) and i see something like in attachment. On the beginning I’ve thinking it was problem with Google font. Now I’ve changed to Helvetica. it’s the same – strange but i see it dependence from the style strong. Please help, i will help to translate 🙂
December 16, 2013 at 7:42 pm #37525gps24 did you resolve your problem?
December 16, 2013 at 7:59 pm #37526nop
You can test by yourself, please translate text of any button to something like “Zażółć gąskę”December 16, 2013 at 8:17 pm #37532I think i know. All about charset – for special charcter we should have charset=latin-ext.
I saw this settings on other themes, for example jupiter have.The problem with missing marks may be related to the set of marks exposed by a particular alphabet. For example, Google Web Fonts differentiates between eight character sets: Cyrrilic, Cyrrilic…Latin,Latin Extneded.
The basic font typeface imported from the Google Fonts repository is usually specified as “Latin”, and this is precisely why there is a lack of the symbols characteristic of the remaining font families.Question to support is there any simple way to change charset? Maybe you Can add an option to theme in fonts settings?
December 18, 2013 at 8:29 am #37897The translation of GPS24 should be OK 😀 but the problem is not with font but with acting fonts in theme… in custom css field you should add fonts with latin extended (capability) for an example Author One and Source Sans Pro so it would be like this:
// IMPORT THE FONT
@import url(http://fonts.googleapis.com/css?family=Autour+One&subset=latin,latin-ext);
@import url(http://fonts.googleapis.com/css?family=Source+Sans+Pro&subset=latin,latin-ext);// BODY FONT
body, h6 {
font-family: ‘Source Sans Pro’, sans-serif;
}// HEADINGS FONT
h1, h2, h3, h4, h5, .custom-caption p, span.dropcap1, span.dropcap2, span.dropcap3, span.dropcap4, .spb_call_text, .impact-text, .impact-text-large, .testimonial-text, .header-advert, .sf-count-asset .count-number, #base-promo, .sf-countdown, .sf-icon-character, .fancy-heading h1 {
font-family: “Autour One”, serif;
}and according to documentation it should be OK…. but in 1.15 it still not working so You need to change it manually in header.php.
I’m not sure how it is acting in vesion 1.2 (because was mentioned that some issues with googlefonts were corrected). I will check it tomorrow. 🙂
And I’ve also translated .po so I’m uploading it with this reply, enjoy!
December 18, 2013 at 10:13 am #37978 -
Posted in: Dante
You must be logged in and have valid license to reply to this topic.