Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FRENCH or others languages - To use of accented chars #16

Closed
Galixte opened this issue Jan 30, 2015 · 4 comments
Closed

FRENCH or others languages - To use of accented chars #16

Galixte opened this issue Jan 30, 2015 · 4 comments

Comments

@Galixte
Copy link
Contributor

Galixte commented Jan 30, 2015

Hi,

in ACP for the next three input fields :

    'OA_SOCIAL_LOGIN_REGISTRATION_PAGE_CAPTION_DESC' => 'This title is displayed above the Social Login icons on the registration page.',
    'OA_SOCIAL_LOGIN_LOGIN_PAGE_CAPTION_DESC' => 'This title is displayed above the Social Login icons on the login page.',
    'OA_SOCIAL_LOGIN_INDEX_PAGE_CAPTION_DESC' => 'This title is displayed above the Social Login icons on the main page.',

On my board, with FRENCH language i can't to use any accented chars.

If i use this FRENCH text :

Connectez-vous avec votre compte de réseau social

After update the settings, the field will be changed by this :

Connectez-vous avec votre compte de r??seau social
@Galixte Galixte changed the title FRENCH or others languages - To use of accented characters FRENCH or others languages - To use of accented chars Jan 30, 2015
@SchlesserClaude
Copy link
Contributor

I think that you may have to add the encoding in your language files.

Try to add this:

$lang['ENCODING'] = 'iso-8859-1';
or this:

$lang['ENCODING'] = 'UTF-8';

To your translated files.

@Galixte
Copy link
Contributor Author

Galixte commented Feb 4, 2015

Bonjour,

ce texte accentué :

Connectez-vous avec votre compte de réseau social

Il ne fait pas partie de mes fichiers de traduction. C'est le texte que je souhaite voir affiché sur les trois pages correspondant aux champs suivants :

OA_SOCIAL_LOGIN_REGISTRATION_PAGE_CAPTION_DESC
OA_SOCIAL_LOGIN_LOGIN_PAGE_CAPTION_DESC
OA_SOCIAL_LOGIN_INDEX_PAGE_CAPTION_DESC

Les trois pages où je souhaite afficher ce texte sont :

  • la page d'enregistrement (texte affiché au dessus des logos)
  • la page de connexion (texte affiché au dessus des logos)
  • la page d'accueil, l'index du forum (texte affiché au dessus des logos)

@SchlesserClaude
Copy link
Contributor

Bonjour,

Merci pour les détails.

Le problème est maintenant corrigé!
Voici les changements: c56626c?w=1

@Galixte
Copy link
Contributor Author

Galixte commented Feb 6, 2015

Je vous remercie !

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants