Difference between revisions of "Gremlins"

From Lingoport Wiki
Jump to: navigation, search
(Gremlin King)
(No Locale Framework)
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 =
+
= [[File:King-gremlin.png|50px]] No Locale Framework =
[[File:King-gremlin.png|50px]]
 
   
 
== Issue ==
 
== Issue ==

Revision as of 17:47, 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.

King-gremlin.png No Locale Framework

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