Difference between revisions of "Gremlins"

From Lingoport Wiki
Jump to: navigation, search
(Gremlin King)
(Gremlin King)
Line 3: Line 3:
 
= I18n Gremlins =
 
= I18n Gremlins =
 
Those gremlins sneak up in your source code.
 
Those gremlins sneak up in your source code.
  +
= No Locale Framework =
= Gremlin King =
 
 
[[File:King-gremlin.png|50px]]
 
[[File:King-gremlin.png|50px]]
  +
If the application does not have a locale framework, the Gremlin King rules and all Gremlins infest the application.
 
  +
== Issue ==
  +
The king of all Gremlins: If the application does not have a locale framework, the Gremlin King rules and all Gremlins infest the application.
  +
  +
== Remedy: Design a Locale Framework ==
  +
How to detect, negotiate, persist, assign the locale for the application needs to be designed and implemented.
  +
  +
= Embedded Strings =

Revision as of 17:46, 23 July 2019

I18n Gremlins are sneaky issues that work their way into your code and foul up localization. They can be hard for developers to recognize.

I18n Gremlins

Those gremlins sneak up in your source code.

No Locale Framework

King-gremlin.png

Issue

The king of all Gremlins: If the application does not have a locale framework, the Gremlin King rules and all Gremlins infest the application.

Remedy: Design a Locale Framework

How to detect, negotiate, persist, assign the locale for the application needs to be designed and implemented.

Embedded Strings