Audacity 3.2.0
Functions
Internat.cpp File Reference
#include "Internat.h"
#include <wx/log.h>
#include <wx/filename.h>
#include <locale.h>
#include <math.h>
Include dependency graph for Internat.cpp:

Go to the source code of this file.

Functions

STRINGS_API const wxString & GetCustomSubstitution (const wxString &str1)
 
STRINGS_API const wxString & GetCustomTranslation (const wxString &str1)
 

Function Documentation

◆ GetCustomSubstitution()

STRINGS_API const wxString & GetCustomSubstitution ( const wxString &  str1)

Definition at line 39 of file Internat.cpp.

40{
41 return str1 ;
42}

Referenced by GetCustomTranslation().

Here is the caller graph for this function:

◆ GetCustomTranslation()

STRINGS_API const wxString & GetCustomTranslation ( const wxString &  str1)

Definition at line 46 of file Internat.cpp.

47{
48 const wxString& str2 = wxGetTranslation( str1 );
49 return GetCustomSubstitution( str2 );
50}
STRINGS_API const wxString & GetCustomSubstitution(const wxString &str1)
Definition: Internat.cpp:39

References GetCustomSubstitution().

Referenced by gettext().

Here is the call graph for this function:
Here is the caller graph for this function: