Qt: use translations

This commit is contained in:
Michael M
2017-07-17 14:50:40 -07:00
parent bdcd6df459
commit 60cba5722c
5 changed files with 348 additions and 0 deletions

View File

@ -0,0 +1,10 @@
// Copyright 2017 Dolphin Emulator Project
// Licensed under GPLv2+
// Refer to the license.txt file included.
#pragma once
namespace Translation
{
void Initialize();
}