mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-08-29 07:57:20 +02:00
Enhancement - StringTable integration
- StringTable now integrated into Context. - Docs updated for new "locale" configuration variable. - StringTable unit tests implemented.
This commit is contained in:
parent
8627a924f7
commit
54789082c9
9 changed files with 134 additions and 13 deletions
|
@ -39,7 +39,7 @@ public:
|
|||
~StringTable (); // Destructor
|
||||
|
||||
void load (const std::string&);
|
||||
std::string get (int);
|
||||
std::string get (int, const std::string&);
|
||||
|
||||
private:
|
||||
std::map <int, std::string> mMapping;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue