Giter VIP home page Giter VIP logo

Comments (5)

SmallJoker avatar SmallJoker commented on June 8, 2024 1

The dollar sign is reserved as placeholder to insert non-translated text

https://github.com/SmallJoker/simple_protection/blob/master/locale/template.txt#L1
This is equal to the string.format expression %s.

from simple_protection.

SmallJoker avatar SmallJoker commented on June 8, 2024 1

Thank for pointing this out. No idea what I thought while adding the intllib support - somehow I assumed that the @n replacements are translated too, which is wrong.
I replaced that ugly dolar sign with the regular replacement markers now.

from simple_protection.

BrunoMine avatar BrunoMine commented on June 8, 2024

You must use @1, @2, @n for it.

You did not explain how I can solve the problem. This has been corrected?

from simple_protection.

SmallJoker avatar SmallJoker commented on June 8, 2024

The dollar sign $ describes untranslated text -> nicknames.
Put the sign where usually the nickname would appear. The translations with @1 and so on work as usual.
Keep a look at the german translation if you are not sure what I meant with that.

from simple_protection.

BrunoMine avatar BrunoMine commented on June 8, 2024

The use of @n term can be used to concatenate any variable (including nicknames).

from simple_protection.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.