[build] Update the i18n processing to fit the out-of-tree build

This commit is contained in:
Romain Goyet
2019-03-05 17:14:34 +01:00
committed by LeaNumworks
parent 4f1d74f44b
commit 4f2c7a3763
59 changed files with 78 additions and 67 deletions

View File

@@ -1,7 +1,7 @@
#include "app.h"
#include "../apps_container.h"
#include "code_icon.h"
#include "../i18n.h"
#include <apps/i18n.h>
#include "helpers.h"
namespace Code {

View File

@@ -1,6 +1,6 @@
#include "menu_controller.h"
#include "app.h"
#include "../i18n.h"
#include <apps/i18n.h>
#include "../apps_container.h"
#include <assert.h>
#include <escher/metric.h>

View File

@@ -2,7 +2,7 @@
#define CODE_SCRIPT_PARAMETER_CONTROLLER_H
#include <escher.h>
#include "../i18n.h"
#include <apps/i18n.h>
#include "script_store.h"
namespace Code {