Plasma Engine  2.0
Loading...
Searching...
No Matches
plTranslatorPassThrough Class Reference

Just returns the same string that is passed into it. Can be used to display the actually untranslated strings. More...

#include <TranslationLookup.h>

Inheritance diagram for plTranslatorPassThrough:

Public Member Functions

virtual plStringView Translate (plStringView sString, plUInt64 uiStringHash, plTranslationUsage usage) override
 The given string (with the given hash) shall be translated.
 
- Public Member Functions inherited from plTranslator
virtual void Reset ()
 Called to reset internal state.
 
virtual void Reload ()
 May reload the known translations.
 

Additional Inherited Members

- Static Public Member Functions inherited from plTranslator
static void ReloadAllTranslators ()
 Will call Reload() on all currently active translators.
 
static void HighlightUntranslated (bool bHighlight)
 
static bool GetHighlightUntranslated ()
 

Detailed Description

Just returns the same string that is passed into it. Can be used to display the actually untranslated strings.

Member Function Documentation

◆ Translate()

virtual plStringView plTranslatorPassThrough::Translate ( plStringView sString,
plUInt64 uiStringHash,
plTranslationUsage usage )
inlineoverridevirtual

The given string (with the given hash) shall be translated.

Implements plTranslator.


The documentation for this class was generated from the following file: